First stab at the radar chart

This commit is contained in:
Jarosław Marek
2021-04-28 00:33:49 +12:00
parent e8381eb332
commit ad4c8475f5
13 changed files with 745 additions and 12 deletions

View File

@@ -89,3 +89,11 @@ the same name from older releases.
If an item is overwritten in a new release, the attributes from the new item are
merged with the old ones and a new history entry is created for that item.
## Local development
1. Copy the `src/rd.json_` file and save it as `src/rd.json`.
1. Copy the `src/index.tsx_` file and save it as `src/index.tsx`.
1. Run `./scripts/start` to start a local dev server.
1. Access the local app at [http://localhost:3000/techradar](http://localhost:3000/techradar).