Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 751 Bytes

CONTRIBUTING.md

File metadata and controls

37 lines (23 loc) · 751 Bytes

Documentation

This website is built using Docusaurus 2, a modern static website generator.

Here is how you can contribute.

Install Node.js

Docusaurus requires Node.js version 16.14+. Version can be checked by running:

$ node -v

Fork this repo

Fork me!

Clone your forked repo

$ git clone <your-zeus-docs-cloned-repo>

Install dependencies

$ npm i

Local Development

$ 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.