summaryrefslogtreecommitdiff
path: root/README.md
blob: 510ad775cd374ada6fe405d18342ce2c647c84d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# soc_dashboard

## Development setup

Run `soc_collector` checked out to tag `dashboard` on port 8001.

Populate `soc_collector` with data from `example_data.json`:

```
cat example_data.json | curl -s -u user3:pw3 --data-binary @- http://localhost:8000/sc/v0/add
```

Get dependencies and start the front end:

```
npm run start
```