Quorum — full project source.

Setup:
  1. bun install
  2. cp .env.example .env  (then fill in VITE_SUPABASE_URL and VITE_SUPABASE_PUBLISHABLE_KEY)
  3. bun run dev

Build: bun run build

Monday.com / backend integrations:
  The Monday sync, auth, and database all run on Lovable Cloud.
  As long as the VITE_SUPABASE_* values in .env point at the same
  Lovable Cloud project, the local app will talk to the same backend
  and the Monday integration will keep working.

  Server-side secrets (Monday API token, service role key) live in
  Lovable Cloud and are NOT included in this zip for security.

The standalone marketing page also lives at public/quorum.html.
