npm ci was failing with "Missing: @emnapi/runtime@1.11.1 from lock file" — a stale lockfile entry for rolldown's optional wasm32-wasi binding's transitive deps, unrelated to any feature work. Blocked deploy-pwa.sh, which uses npm ci for a clean install. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
flit — PWA
React/TypeScript/Vite frontend. See the root README for the full project overview.
Development
npm install
npm run dev # dev server at localhost:5173
npm run build # output to dist/
npm run lint
public/config.js sets the anchor and TURN URLs at runtime and is excluded from production deploys (so the host copy isn't overwritten). The repo's default points at the live anchor — fine for local dev.
Deploy
See ../deploy-pwa.sh and ../serve-pwa.sh at the repo root.