This is the repo for VORPCore Framework documentation and website!
- Clone this repo
- Install Node/NPM Guide
- Open your terminal
- Navigate to the project director. Eg. CD vorp-api-docs
- Run
npm install
- Run
npm run docs:dev
- You should now be able to see a local version of the site running on
http://localhost:5173/vorp-api-docs/
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)