This website is built using Docusaurus, a modern static website generator.
npm installNote: feel free to use the package manager of your choice.
npm run startThis command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
npm run buildThis command generates static content into the build directory and can be served using any static contents hosting service.
Using GitHub Pages for hosting. This will push to the gh-pages branch:
USE_SSH=true npm run deployChanging the branch can be done in the repo's settings page. Not clear how to specify a different branch using this command.