This is a small template for one-night lightning-demo events. Fixes and
improvements that help every event are welcome. Copy, styling, or rules that
only fit your event belong in your fork, next to your lib/content.ts.
bun install
bun run lint
bun run typecheck
bun run buildAll three checks must pass. There is no test suite; the build is the gate.
npm ci still works from package-lock.json if you are not using Bun.
- Keep diffs small and single-purpose.
- Convex functions keep validators on both args and returns.
- The
boardquery is public. It must never returnemail,userId, or host-only fields. - No secrets in the repo.
.env.localstays untracked.