Finish configuring ProofEstimate
The app cannot reach Supabase yet. Copy .env.example to .env.local and fill in the values from your Supabase project, then restart the dev server.
Required
- NEXT_PUBLIC_SUPABASE_URL
- NEXT_PUBLIC_SUPABASE_ANON_KEY
Required for seeding and admin tasks
- SUPABASE_SERVICE_ROLE_KEY
Setup steps are in the project README.