/bookmarks

Primary LanguageJavaScript

Bookmarks

Build

have npm installed

install node dependencies:

npm install

fetch the external dependencies (d3, bootstrap, ionicons):

bower install

and scaffold, bundle using browserify for browser:

gulp build

there's also a clean target for gulp that removes the scaffolded and built files:

gulp clean

Develop

use the default gulp target to watch files for changes, and automatically rebundle the scripts

npm install
bower install
gulp

Use

have chrome installed

navigate to chrome://extensions

check developer mode

click load unpacked extension, choose the project folder

start bookmarking