Our updated documentation website.
-
- Download/Fork/Clone this repo
-
- Extract the code a location on your pc
-
- Open the code using visual studio code
-
- Run
npm install
and wait for it to finish
- Run
-
- Run
npm run dev
and the website will start in development env
- Run
-
You can locate the website at:
http://localhost:3000
once it is running.
- All docs pages can be located at content/docs
- Please edit only these pages as needed.
- All docs pages follow basic markdown standards.
- For the pages to render properly they need to be added to one of the following:
- content/docs/devs/meta.json for dev docs
- content/docs/users/meta.json for user docs
---
title: Sample
description: Sample page
---
Your sample page
If you are gonna self host this site please make sure you read, follow, understand and respect the LICENSE