https://lovebot-runner.herokuapp.com/
- edit game parameters in index.js
$ node index.js
$ npm start- Access swagger UI at http://localhost:3333/
The app is currently deployed on heroku. In order to deploy, you must be added as a contributor on the heroku app by Paul. Once you're added, prepare for deployment with:
$ heroku login
$ git remote add heroku https://git.heroku.com/lovebot-runner.gitAnd the trigger a deployment with:
$ git push heroku master