Move more things to the ui folder

This commit is contained in:
Ingvar Stepanyan
2021-11-30 19:15:29 +00:00
parent 85b8cc8546
commit b682303c75
3 changed files with 3 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
To build, you'll need Docker. Then: To build, you'll need Docker. Then:
```bash ```bash
./build.sh # runs build in Docker for libapi.{mjs,wasm,worker.js} ./build.sh # runs build in Docker
serve . # starts a local server with COOP/COEP serve ui # starts a local server with COOP/COEP
``` ```
Then, navigate to http://localhost:5000/ui/ in Chrome. Then, navigate to http://localhost:5000/ in Chrome.