Requires Poetry:
cd backend
poetry config virtualenvs.in-project true # for VS Code auto-detection
poetry install
eval $(poetry env activate)Create backend/.env (ask @aaryanshroff for real OpenRouter key):
OPENROUTER_API_KEY=shared_key
SUPABASE_URL=https://yxyupkqmvrmrdbrtbwby.supabase.conpx supabase linkcd frontend
npm run dev:allcd frontend
npm install
npm run devcd backend
poetry run flask runcd backend
npx supabase migration new <name>
npx supabase db push