Skip to content

Commit 3974862

Browse files
committed
docs: update readme providing instructions for local testing
1 parent 9f1305a commit 3974862

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,13 @@ python3 -m http.server 8000
2323
```
2424

2525
Then visit [http://localhost:8000](http://localhost:8000)
26+
27+
### Local Testing
28+
29+
To test with local benchmark data, symlink the `balatrobot/benchmarks` directory:
30+
31+
```bash
32+
ln -s ../balatrobot/benchmarks benchmarks
33+
```
34+
35+
Then in `config.js`, comment/uncomment to switch environment to `development`.

0 commit comments

Comments
 (0)