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