sidequestboy / bookmarks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 87.1%Language:HTML 8.6%Language:CSS 4.3%