https://github.com/simonv3/reading-list
A Hood.ie Powered Reading List
https://github.com/simonv3/reading-list
Last synced: 6 months ago
JSON representation
A Hood.ie Powered Reading List
- Host: GitHub
- URL: https://github.com/simonv3/reading-list
- Owner: simonv3
- Created: 2014-11-10T10:23:10.000Z (over 11 years ago)
- Default Branch: develop
- Last Pushed: 2016-11-22T22:47:29.000Z (over 9 years ago)
- Last Synced: 2025-04-06T19:30:51.417Z (over 1 year ago)
- Language: JavaScript
- Size: 2.19 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reading List
Keep track of what you're reading on your own machine.
Currently doesn't do much beyond querying a database for books.
## Dev
### ToDo
### Getting Started
Read uses [hoodie](http://docs.hood.ie/en/start/).
```
git clone git@github.com:simonv3/reading-list
npm install
```
You need to have the hoodie server running:
```
hoodie start
```
And if you want to actively develop on the reading list:
```
gulp watch
```