Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (14 loc) · 550 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 550 Bytes

BookPocket

BookPocket is a Chrome extension, which allows you to bookmark your web pages to Pocket.

Demo

demo

How to build

BookPocket requires npm to install library dependencies, and gulp for building tasks.

$ cd bookpocket
$ npm intall
$ gulp

To build the production version which files are minified, just replace gulp with gulp prod in the last step.

License

BookPocket is released under the MIT license.