aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 8bff9adb88ff2e25eff4869ddfc457626f01625b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Run

```sh
nix develop --command bin/dev-server
```

Dev key is '1234'.

# Testing

```sh
cargo test
```