This website is built using Docusaurus, a modern static website generator.
To install the necessary dependencies, use the following command:
npm installTo start a local development server and open up a browser window, use the following command:
npm run startMost changes are reflected live without having to restart the server.
To generate static content into the build directory, use the following command:
npm run buildThis command generates static content into the build directory, which can be served using any static content hosting service.