A little game! Do some work you noodle!
Make sure you have Node.js and the Heroku Toolbelt installed.
$ git clone git@github.com:bbycroft/alleycats.git # or clone your own fork
$ cd alleycats
$ npm install
$ npm start
Your app should now be running on localhost:5000.
$ heroku create
$ git push heroku master
$ heroku open
Omg figure it out yourself