This website is built using Docusaurus 2, a modern static website generator.
$ npm start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
- Run
$ npm run build. - Run
$ npm run serveto verify build was correct. - Run
$ GIT_USER=<Your GitHub username> USE_SSH=true npm run deploy