Literature Course Library

Read, track, and reflect across a structured canon.

Loading progress...
Loading progress...
Loading progress...

Deploy

Vercel + Supabase configuration checklist.

Vercel

Set Root Directory to site, build command to npm run build, output to dist.

Add env vars:

PUBLIC_SUPABASE_URL
PUBLIC_SUPABASE_ANON_KEY

Supabase

Enable Email/Password auth and run site/supabase/schema.sql.