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