Edit a simple web form to get a formatted pdf letter
Make sure you have Java 8 and Maven 2 installed. Also, install the Heroku Toolbelt.
$ mvn install
$ ./start-local-webapp.sh
Your app should now be running on localhost:5000.
$ git remote add heroku git@heroku.com:web-letter.git
$ git push heroku master
$ heroku open