every.channel: sanitized baseline
This commit is contained in:
commit
897e556bea
258 changed files with 74298 additions and 0 deletions
18
apps/web/README.md
Normal file
18
apps/web/README.md
Normal 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 /'
|
||||
```
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue