Skip to content

gustaveWPM/dashboard_rtm

 
 

Repository files navigation

RTM Dashboard

This project is mostly an attempt to create a reliable codebase with next-international, Contentlayer, and Next.js

RT(F)M

/doc

Prod

https://dashboard-rtm.vercel.app/

Getting started

Start project

Initialize project

$ make initialize

(See also: 🥖 Initialiser le projet)

Dev mode

$ make prebuild-rtm && make dev

Dev mode using RTM tools

$ make dev-with-rtm-tools

Prod mode

$ make && make start

Usage

Reset only RTM autogenerated code

$ make prebuild-rtm

Reset only Contentlayer autogenerated code

$ make build-contentlayer

Reset both Contentlayer and RTM autogenerated code

$ make prebuild

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 88.6%
  • MDX 9.6%
  • CSS 0.5%
  • Python 0.5%
  • JavaScript 0.5%
  • Makefile 0.3%