Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 403 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 403 Bytes

WSAP_Server

Setup

# make sure this file has execute permission
$ chmod +x start_docker.sh
# install all dependencies + (global typescript & apidoc)
$ npm install

Run

# debug (w/ VNC support port 5900)
$ ./start_docker.sh debug
# or
$ ./start_docker.sh

$ npm start

Endpoints

Generate documentation

$ npm run doc

Then open ./doc/index.html in the browser