This website uses Docusaurus, a modern generator of static websites.
yarnyarn startThis command starts a local development server and opens up a browser window. The server shows most changes immediately. You do not have to start it again.
yarn buildThis command writes the static content to the build directory. Any service
for static content can then serve it.
Using SSH:
USE_SSH=true yarn deployNot using SSH:
GIT_USER=<Your GitHub username> yarn deployIf GitHub Pages holds the site, this command builds the website and pushes it
to the gh-pages branch.