Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 514 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 514 Bytes

bookeye-js

A JavaScript implementation of my book tracking applicaiton.

getting started

  1. git clone [email protected]:henrylawson/bookeye-js.git
  2. cd bookeye-js
  3. npm install
  4. node usain
  5. cp bookeye-js.plist ~/Library/LaunchAgents

deploying

wget -N https://github.com/henrylawson/bookeye-js/raw/master/deploy.sh && chmod u+x deploy.sh && sudo ./deploy.sh

installing

launchctl load bookeye-js.plist

unisntalling

launchctl unload bookeye-js.plist