Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 297 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 297 Bytes

linksync-chrome-extension

Chrome extension for LinkSync, which allows tagging and grouping links, etc.

installing

nvm use node
npm install

running

gulp debug

building

A distribution can be built using:

gulp build

which packages into the dist folder.