# make sure this file has execute permission
$ chmod +x start_docker.sh
# install all dependencies + (global typescript & apidoc)
$ npm install
# debug (w/ VNC support port 5900)
$ ./start_docker.sh debug
# or
$ ./start_docker.sh
$ npm start
Generate documentation
$ npm run doc
Then open ./doc/index.html in the browser