This is the public repository for our documentation.
You can access the docs here.
Want to contribute? See the below guide.
- Fork the repository and then clone it.
git clone https://github.com/user/docs
-
Open a terminal in the new cloned repository folder and run
npm install
. This will install necessary dependencies. -
Run
npm run dev
to start a dev server. You will be provided with a link that will update automatically on changes. -
Make your changes! Experiment, and then open a PR.