ok-doc-backend
v0.8.3
Published
Backend view for the okey-doc-viewer
Downloads
9
Readme
Docs Viewer Backend
This is an interactive backend for the docs viewer
The project provides the api for the docs viewer ui.
How to run
npm install
npm run helpThis project needs a config file which you can generate by running
npm run generate-configHowever, if you have a config file already generated, you can run the api like this:
npm run api -c <path/to/config.json>If you don't want any configs, then you can just use command line options listed in help
Road map
[ ] Improve readme
