Heroku App: http://fb6likes.herokuapp.com
Github: https://github.com/maxis1718/fb6likes
$ git clone [email protected]:maxis1718/fb6likes.git
$ cd fb6likes
$ npm install
$ modified `/etc/hosts`, and added `127.0.0.1 fb6likes.herokuapp.com`
$ sudo PORT=80 node index.js
Your app should now be running on localhost.
- push to the
master
branch (or file a PR), and it will deploy to heroku automatically