Chrome new tab extension with connectors to feeds
# Install gulp and bower
npm install -g gulp bower
# First install all the NPM modules:
npm install
Then run the gulp tasks:
# To start the app with a livereload (development mode)
gulp serve
# To build the executable extension
gulp