This documentation website is build using Next.js and Nextra.
npm install
npm run dev
The command starts a local development server. Most changes are reflected live without having to restart the server.
npm run build
The command generates static content into the .next
directory and can be served using any static contents hosting service.