This website is built using Docusaurus 2, a modern static website generator.
Install nodejs, it is recommended to use NVM:
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
# After this, you can use nvm to install the latest version of node:
nvm install node
If you are not using NVM, just install the latest version of Node LTS
Once you have Node installed, switch to the staging
branch of this repository and install package dependencies by running the following command in the project directory:
npm install
Then you can start looking at the docs and editing them using:
npm run start