website: http://githubble.xyz
Make sure you have Node.js and the Heroku Toolbelt installed (for heroku deployment).
$ git clone git@github.com:forksociety/githubble.git # or clone your own fork
$ cd githubble
$ npm install
$ npm start
Your app should now be running on localhost:5000.
$ heroku create
$ git push heroku master
$ heroku open