| .. | ||
| src | ||
| Cargo.lock | ||
| Cargo.toml | ||
| index.html | ||
| README.md | ||
| style.css | ||
| Trunk.toml | ||
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 /'