This repository contain Ospic HMS documetation. Hosted in docs.ospicx.com
To get started working with this application clone this repository and follow this simple instructions.
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
For quick start you can open this poroject in online IDE GitPod.io right away!
After you run npm run dev
open http://localhost:4000/ from your browser.
The documentation is powered by nuxt content To update a documentation in your localhost double click inside your page, a markdown fill appear you can move on with update.