Hand-drawn sketch app with checkpoint timeline, visual diff, and AI-powered change descriptions.
npm install
cp .env.example .env.local
# Edit .env.local with your Supabase and (optional) OpenAI keys
npm run devOpen http://localhost:5173.
Apply the schema in supabase/schema.sql to your Supabase project.
Required env vars (Vite requires the VITE_ prefix):
VITE_SUPABASE_URLVITE_SUPABASE_PUBLISHABLE_KEY
npm run dev— development servernpm run build— production buildnpm run typecheck— TypeScript check