- Install nodejs on your computer if you haven't already, following this tutorial
- Install dependencies by running
npm installin the root directory - Start the development server by running
npm run dev
The documentation files exist in the src/content directory.
- To create a new page, simply add a new mdx file in the
src/contentdirectory, and optionally modify the_meta.jsin the corresponding directory to sort the pages (following the instructions here).
We use Nextra v4, which is still in its beta version at the point the project. It uses app based routing compared to page based routing. Some of this library's setup is based on nextra's official documentation repo.