This website is built using Docusaurus 2, a modern static website generator.
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages
branch.
npm run build
npm run deploy
To build and deploy on another computer:
# install all the dependencies
npm install
npm run build
npm run deploy