Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 580 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 580 Bytes

Gatsby site for ebook list

Small project made to

  1. Try out Gatsby.js a bit in practise
  2. 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/

To run

# 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.