brutal-legends/README.md
Anders Ytterström da4f93a30b Finish removal of version controlled content
From now on, use README instructions to add example dummy data.
2021-06-27 12:25:14 +02:00

784 B

BRÜTAL LEGEND

https://www.youtube.com/embed/VW88ofmfF0w

Progress visualisation of the quest to own a vinyl copy of all songs older than 1990 used in Brütal Legend, where possible.

Also a project for learning

  • CSS Grid layout,
  • React,
  • Redux,
  • Redux-sagas and
  • TypeScript.

Getting started

Install dependencies and start development server with live reload.

npm i
npm start

Visit site on http://localhost:1234

Use npm run lint to lint files.

Build release

npm run build

Example data

The data should consist of a list of images (albums covers), and a JSON file. To have some example data to fiddle around with, a dummy data folder is available.

cp static/dummy-data/* static