Skip to content
On this page

Get Started

How to setup

  1. Clone this repo
  2. Install Node/NPM Guide
  3. Open your terminal
  4. Navigate to the project director
  5. Run npm install
  6. Run npm run docs:dev
  7. You should now be able to see a local version of the site running localhost

File Structure

docs -> vitepress (App settings)

docs -> api (API Doc folder) -> API Doc Pages.md

docs -> public (Public images)

docs -> api.md (root api page)

docs -> guide.md (setup guide)

docs -> index.md (Home page)

docs -> team.md (Team page)

Released under the GNU General Public License v2.0.