Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 392 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 392 Bytes

quick-sight

Chrome new tab extension with connectors to feeds

Building

# 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