We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f1305a commit 3974862Copy full SHA for 3974862
1 file changed
README.md
@@ -23,3 +23,13 @@ python3 -m http.server 8000
23
```
24
25
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