ec-node: WebTransport publish + web hang-watch

This commit is contained in:
every.channel 2026-02-16 12:54:42 -05:00
parent 791c7beee7
commit 339aef50e0
No known key found for this signature in database
19 changed files with 1355 additions and 2229 deletions

View file

@ -1,6 +1,8 @@
# every.channel web site (static)
This is a static web site built in Rust with Dioxus and compiled to WASM.
This is a static web watcher site.
It embeds the upstream `@kixelated/hang` WebTransport player component (`<hang-watch>`).
## Dev
@ -15,4 +17,3 @@ nix develop -c bash -lc 'cd apps/web && trunk serve --port 1421 --public-url /'
```bash
nix develop -c bash -lc 'cd apps/web && trunk build --release --public-url /'
```