Skip to content

Commit

Permalink
Merge pull request #699 from BryceEWatson/dev
Browse files Browse the repository at this point in the history
Update README to clarify .env.local values sources for UI
  • Loading branch information
cbrzn authored Mar 4, 2024
2 parents d84ca88 + efb3652 commit fa04d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ The UI depends on [Supabase Database](https://supabase.com/). In order to run it
0. Make sure you've followed installation steps above
1. Go to `cd apps/browser`
2. Run `yarn db:start` - This can take up to ~3 minutes, since it will download all the images needed by supabase
3. Update `.env.local` with:
3. Update `.env.local` with the values shown in the output of step 2:
- `NEXT_PUBLIC_SUPABASE_URL` will have the value of `API URL`
- `SUPABASE_SERVICE_ROLE_KEY` will have the value of `service_role key`
4. Run the UI with `yarn dev`

0 comments on commit fa04d9a

Please sign in to comment.