every.channel: sanitized baseline

This commit is contained in:
every.channel 2026-02-15 16:17:27 -05:00
commit 897e556bea
No known key found for this signature in database
258 changed files with 74298 additions and 0 deletions

18
apps/web/README.md Normal file
View file

@ -0,0 +1,18 @@
# every.channel web site (static)
This is a static web site built in Rust with Dioxus and compiled to WASM.
## Dev
From repo root:
```bash
nix develop -c bash -lc 'cd apps/web && trunk serve --port 1421 --public-url /'
```
## Build
```bash
nix develop -c bash -lc 'cd apps/web && trunk build --release --public-url /'
```