every.channel/apps/web
2026-02-15 16:17:27 -05:00
..
src every.channel: sanitized baseline 2026-02-15 16:17:27 -05:00
Cargo.lock every.channel: sanitized baseline 2026-02-15 16:17:27 -05:00
Cargo.toml every.channel: sanitized baseline 2026-02-15 16:17:27 -05:00
index.html every.channel: sanitized baseline 2026-02-15 16:17:27 -05:00
README.md every.channel: sanitized baseline 2026-02-15 16:17:27 -05:00
style.css every.channel: sanitized baseline 2026-02-15 16:17:27 -05:00
Trunk.toml every.channel: sanitized baseline 2026-02-15 16:17:27 -05:00

every.channel web site (static)

This is a static web site built in Rust with Dioxus and compiled to WASM.

Dev

From repo root:

nix develop -c bash -lc 'cd apps/web && trunk serve --port 1421 --public-url /'

Build

nix develop -c bash -lc 'cd apps/web && trunk build --release --public-url /'