Literature Course Library

Read, track, and reflect across a structured canon.

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

Docs

Local setup, formatting rules, and deployment notes.

Quickstart

Run the site locally from the site directory.

cd site
npm install
cp .env.example .env
npm run dev

Content rules

All content follows the frontmatter standard in FORMAT.md.

npm run validate

Deployment

See DEPLOYMENT.md for Supabase + Vercel setup.