Small project made to
- Try out Gatsby.js a bit in practise
- Have a simple website with list of my ebooks bought in different services.
Based on gatsby-starter-default.
Some book metadata scraper scripts under isbnmeta/
# Fetch dependencies
$ npm install
# Use example data
$ cp sample-ebooks.csv data/ebooks.csv
# Start Gatsby dev server
$ npm run develop
After that the site should be running at http://localhost:8000.