docs(#29): Update local development docs

This commit is contained in:
Josh Creek
2024-09-21 18:54:00 +01:00
parent 780d810597
commit b159c33487
2 changed files with 7 additions and 0 deletions
+2
View File
@@ -34,6 +34,8 @@ npx supabase start
npx supabase stop
```
This will start the local DB and email monitoring services. You can access the web interfaces for the local DB at [http://localhost:54323/](http://localhost:54323/) and the email monitoring at [http://localhost:54324/](http://localhost:54324/).It will also give you the API URL, anon key and service_role key to put in your `.env` file for local development.
## Migrations
There are two options to create a migration file: