Documentation
The documentation is simple markdown files. Besides the markdown files we are using the Docusaurus 2 for helping with building a beautiful documentation site in no time.
Setup Your Environment
You will need a recent nodejs version (16.14 or great).
Install Dependencies
npm install
Serve the Site locally
From the root of this repo run:
npm run start
Format before Committing
From the root of this repo run:
npm run format