Adds a button to the README.md file which will allow anyone in one click to copy this app up to Heroku and deploy it.
This does expose an issue that needs to be resolved down the road. Heroku will (by default) serve up the app using https, however some of the javascript is pulled using http. Chrome wont pull the insecure content. You can just change the url in the browser to point to http and it will work fine.
Adds a button to the README.md file which will allow anyone in one click to copy this app up to Heroku and deploy it.
This does expose an issue that needs to be resolved down the road. Heroku will (by default) serve up the app using https, however some of the javascript is pulled using http. Chrome wont pull the insecure content. You can just change the url in the browser to point to http and it will work fine.