Frontend for Newsblock.io
The What
Download
$ git clone git@github.com:Newsblock/frontend.git
Get running locally
$ npm install
$ gulp
Hosting
Easy to host on Heroku
- Install heroku toolbelt
$ heroku login
$ heroku create
$ heroku config:set NPM_CONFIG_PRODUCTION=false
$ git push heroku master