This repository contains a Python backend and a Next.js frontend.
- backend/: Python backend (moved from repo root)
- frontend/: Next.js 14 app (TypeScript, Tailwind, ESLint)
- Create and activate your virtualenv
- Install deps: pip install -r requirements.txt (if applicable)
- Run your backend as before inside backend/
- cd frontend
- npm run dev
- Lint frontend: cd frontend && npm run lint
- We kept backend git history by using git mv where possible.