This website was created with Docusaurus v2. For more details on how Docusaurus sites are structure, please refer to their documentation.
Make sure all the dependencies for the website are installed:
# Install the correct version of Node/NPM specified in the .nvmrc file
nvm install
# Install dependencies
npm installRun the local server:
npm start