This project utilizes Heroku to create review apps for pull requests in GitHub. It also uses AutoIdle to automatically put review apps to sleep when not in use, saving you money.
You can view the demo here or read the tutorial here.
Make sure you have Node.js and the Heroku CLI installed.
$ git clone https://github.com/thawkin3/heroku-review-apps-and-autoidle.git
$ cd heroku-review-apps-and-autoidle
$ npm install
$ npm start
Your app should now be running on localhost:5000.
$ heroku create # or `heroku create <app name>`
$ git push heroku master
$ heroku open
or