brutal-legends/README.md

35 lines
784 B
Markdown
Raw Permalink Normal View History

2019-04-23 15:18:35 +02:00
# BRÜTAL LEGEND
2020-03-12 15:37:56 +01:00
https://www.youtube.com/embed/VW88ofmfF0w
2020-03-12 15:36:01 +01:00
2019-04-23 15:18:35 +02:00
Progress visualisation of the quest to own a vinyl copy of all songs older than 1990 used in [Brütal Legend](https://en.wikipedia.org/wiki/Br%C3%BCtal_Legend), where possible.
2020-03-05 20:17:45 +01:00
Also a project for learning
- CSS Grid layout,
- React,
- Redux,
- Redux-sagas and
- TypeScript.
2019-04-23 15:18:35 +02:00
## Getting started
2019-03-06 16:34:36 +01:00
2020-03-05 20:17:45 +01:00
Install dependencies and start development server with live reload.
2019-03-06 16:34:36 +01:00
2020-03-05 20:17:45 +01:00
npm i
npm start
2020-03-05 20:17:45 +01:00
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