/heroku-review-apps-and-autoidle

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.

Primary LanguageHTML

Heroku Review Apps and AutoIdle

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.

Running Locally

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.

Deploying to Heroku

$ heroku create  # or `heroku create <app name>`
$ git push heroku master
$ heroku open

or

Deploy to Heroku

Documentation and Resources