Enhancement Description
The backend directory has a .env.example file, but the frontend directory doesn't. Users need to know to create frontend/.env.local with Supabase keys.
Location
frontend/ directory
Current State
- ✅
backend/.env.example exists
- ❌
frontend/.env.example does NOT exist
Suggested .env.example Content
NEXT_PUBLIC_SUPABASE_URL=your-supabase-project-url
NEXT_PUBLIC_SUPABASE_ANON_KEY=your-supabase-anon-key
NEXT_PUBLIC_API_URL=http://127.0.0.1:8000
Why This Matters
New contributors won't know what environment variables to set for the frontend without reading the README carefully.
Labels
enhancement, frontend, documentation, good first issue
Enhancement Description
The backend directory has a
.env.examplefile, but the frontend directory doesn't. Users need to know to createfrontend/.env.localwith Supabase keys.Location
frontend/directoryCurrent State
backend/.env.exampleexistsfrontend/.env.exampledoes NOT existSuggested
.env.exampleContentWhy This Matters
New contributors won't know what environment variables to set for the frontend without reading the README carefully.
Labels
enhancement, frontend, documentation, good first issue