This website is built using Docusaurus, a modern static website generator.
$ npm i
$ npm run 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.
A Githbu action is set up to automatically build the website when changes are pushed to the main
branch. However, you can also build the website manually:
$ npm run build