19 lines
373 B
Markdown
19 lines
373 B
Markdown
# every.channel web site (static)
|
|
|
|
This is a static web watcher site.
|
|
|
|
It embeds the upstream `@moq/watch` WebTransport player component (`<moq-watch>`).
|
|
|
|
## 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 /'
|
|
```
|