9 lines
184 B
Markdown
9 lines
184 B
Markdown
To build, you'll need Docker. Then:
|
|
|
|
```bash
|
|
./build.sh # runs build in Docker
|
|
serve ui # starts a local server with COOP/COEP
|
|
```
|
|
|
|
Then, navigate to http://localhost:5000/ in Chrome.
|