Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 550 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 550 Bytes

SolidMarks: SOLID Bookmarks synchronizer

Building

  1. Clone repo
  2. npm install
  3. npm run build to compile once or npm run watch to run the build task in watch mode
  4. npm run build:prod to build a production (minified) version

Installation

  1. Complete the steps to build the project above
  2. Go to chrome://extensions in Google Chrome
  3. With the developer mode checkbox ticked, click Load unpacked extension... and select the dist folder from this repo

TODO

  • Add UI
  • configure travis