Review Agent Dashboard Local Development
Prerequisites
Section titled “Prerequisites”- Node.js
>=20.11.1(volta pin20.11.1). - pnpm workspace dependencies installed.
- Supabase project credentials.
cd /Users/aaronbaker/knearme-platformpnpm installCreate apps/review-agent-dashboard/.env.local with required Supabase vars.
Start local app
Section titled “Start local app”pnpm -C apps/review-agent-dashboard devDefault URL: http://localhost:3000 (unless port override is configured).
Day-to-day checks
Section titled “Day-to-day checks”pnpm -C apps/review-agent-dashboard lintpnpm -C apps/review-agent-dashboard build