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
Copy file name to clipboardExpand all lines: README.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -249,3 +249,31 @@ To ensure fair access for all users, the following rate limits apply:
249
249
* Global limit of 1000 requests per minute across all users
250
250
251
251
Exceeding these limits will result in HTTP 429 (Too Many Requests) responses. If you need higher limits, please contact us to discuss enterprise options.
252
+
253
+
254
+
## Local Development
255
+
256
+
1. Install dependencies:
257
+
258
+
`poetry install --no-root`
259
+
260
+
261
+
2. Add new dependencies as needed:
262
+
263
+
`poetry add <package-name>`
264
+
265
+
266
+
3. Start local Supabase:
267
+
268
+
`supabase start`
269
+
270
+
271
+
4. Run fastapi:
272
+
273
+
`fastapi dev`
274
+
275
+
276
+
5. For local email verification:
277
+
- Run `supabase status` to see the Inbucket URL
278
+
- Open Inbucket in your browser to view sent emails
0 commit comments