The docs are built using Docusaurus 2.
- Install packages
$ npm ci
- Run development server
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
$ npm start
$ npm run build
This command generates static content into the build
directory.
Unless you plan on hosting the docs yourself, you don't have to run this command manually. The Cloudflare pages deployment does that automatically.