9 lines
218 B
Markdown
9 lines
218 B
Markdown
To build, you'll need Docker. Then:
|
|
|
|
```bash
|
|
./build.sh # runs build in Docker for libapi.{mjs,wasm,worker.js}
|
|
serve . # starts a local server with COOP/COEP
|
|
```
|
|
|
|
Then, navigate to http://localhost:5000/ui/ in Chrome.
|