This repository consolidates the backend and frontend application histories.
make setupruns the interactive onboarding wizard.make initinstalls backend and frontend dependencies, seeds missing local env defaults such asFLASK_SECRET_KEYandENCRYPTION_KEY, and on macOS bootstraps Homebrew pluspython@3.12,node, andpnpmwhen they are missing.make doctorchecks whether local setup is healthy.make secret-exportprints a paste-ready env block containing the current shared secrets frombackend/.envandfrontend/.env.local.make devstarts the frontend, the backend, and the scraper together. State is stored in SQLite and the frontend receives live updates over the SSE events channel at/api/events.make dev-frontendandmake dev-backendstart one service at a time.