curius-viz

Scraping

cd scraper

# only run once
npm i

# actually scrape, this will produce a file called dump.json which you can then use
node index.js

Running the test site

cd viz

# only run once
npm i

# run dev server on localhost:3000
npm run dev