You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for contributing! Please read our [Code of Conduct](https://github.com/dnywh/peels/blob/main/.github/CODE_OF_CONDUCT.md) and [contributing guidelines](https://github.com/dnywh/peels/contribute) before you start.
68
+
Thank you for contributing! Please read our [Code of Conduct](https://github.com/peels-org/peels/blob/main/.github/CODE_OF_CONDUCT.md) and [contributing guidelines](https://github.com/peels-org/peels/contribute) before you start.
69
69
70
-
Check out the list of [issues](https://github.com/dnywh/peels/issues) you could help out on, [discussions](https://github.com/dnywh/peels/discussions) about future improvements, and our [Wiki](https://peels.notion.site/207b37e1678f80259217f54cd9d1f637) for information on how things are set up.
70
+
Check out the list of [issues](https://github.com/peels-org/peels/issues) you could help out on, [discussions](https://github.com/peels-org/peels/discussions) about future improvements, and our [Wiki](https://peels.notion.site/207b37e1678f80259217f54cd9d1f637) for information on how things are set up.
71
71
72
-
For minor improvements, feel free to just go ahead and create a pull request. For major changes, please [open an issue](https://github.com/dnywh/peels/issues) first to discuss what you would like to change.
72
+
For minor improvements, feel free to just go ahead and create a pull request. For major changes, please [open an issue](https://github.com/peels-org/peels/issues) first to discuss what you would like to change.
73
73
74
74
### Environment Variables
75
75
@@ -87,7 +87,7 @@ For local-first Supabase development:
87
87
The repo defaults `NEXT_PUBLIC_SUPABASE_URL` to `http://127.0.0.1:54331` so local development does not need to point at the hosted Peels project. If you already had a `.env.local` from hosted development, update that value manually because copying `.env.example` later may not overwrite your existing file.
88
88
Peels intentionally uses the `54331`-`54334` local port range so it can run alongside other Supabase projects that still use the CLI defaults.
89
89
90
-
If you need to serve [Supabase edge functions](https://github.com/dnywh/peels/blob/main/supabase/functions) locally, copy `supabase/.env.example` to `supabase/.env` and add only the secrets you actually need. Production secrets should remain dashboard-managed for now.
90
+
If you need to serve [Supabase edge functions](https://github.com/peels-org/peels/blob/main/supabase/functions) locally, copy `supabase/.env.example` to `supabase/.env` and add only the secrets you actually need. Production secrets should remain dashboard-managed for now.
91
91
92
92
For the fuller operational walkthrough, including GitHub/Vercel dashboard setup and fresh-computer bootstrap, see [docs/supabase-local-first.md](./docs/supabase-local-first.md).
93
93
@@ -98,7 +98,7 @@ For how auth/session forwarding, public-page performance, footer locale state, u
0 commit comments