First, clone the repository or download a release. Then: Update package.json, swagger yaml and paths as needed
npm i
node app.js
To run on a different port (sudo for privilaged ports)
sudo PORT=80 node app.js
…is built in. For current production API documentation, see our production server.