This documentation uses Nextra and NextJS.
- You need to install NodeJS >= 16.
- You may be able to install it using your package manager, e.g.
sudo apt install nodejs
orbrew install node
.
- You may be able to install it using your package manager, e.g.
- Run
npm i
to install the dependencies. - To run Docs, you can use the command
npm run dev:docs
. To run Specs, you can use the commandnpm run dev:specs
. Community docs development will also be available by runningnpm run dev:community
. The default development server URL ishttp://localhost:3000
but if for some reason it's used by another application, the console will display on which port the server has been started.