Get FindU running locally in under 5 minutes
.env.local
configuration templatefindu
CLI toolClone Repositories
Install Dependencies
Configure Environment
.env.local
with placeholders. Get real credentials from your team lead:Required for basic development:SUPABASE_PROJECT_ID_DEV
SUPABASE_URL_DEV
SUPABASE_ANON_KEY_DEV
Troubleshooting Common Issues
brew install supabase/tap/supabase
npm install
in the project directorySwitch to dev branch
Create feature branch
Make a small change
Commit and push
Open PR
dev
branchdev
, not main
! Our main branch is protected and only receives updates from dev.