This website is built using Docusaurus 2, a modern static website generator.
Here is how you can contribute.
Docusaurus requires Node.js version 16.14+. Version can be checked by running:
$ node -v
$ git clone <your-zeus-docs-cloned-repo>
$ npm i
$ npm run start
This command starts a local development server, Usually served at localhost:3000
. This should automatically open after running this command. Most changes are reflected live without having to restart the server.