Personal phone-first reselling dashboard (books lane) with Supabase magic-link auth.
apps/web— React + Vite + Tailwind PWA-ish web apppackages/*— reserved for shared code later
pnpm install
cp apps/web/.env.example apps/web/.env.local
# fill in VITE_SUPABASE_URL + VITE_SUPABASE_ANON_KEY
pnpm devAuth: magic link.
- Allowlist redirect URLs in Supabase:
http://localhost:5173/**- your deployed URL later
- Apply the DB schema:
- first-time: run
supabase/schema.sqlin the Supabase SQL editor - upgrades: run the latest file in
supabase/migrations/(ex:2026-03-02-settings-and-actuals.sql)