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
+5
View File
@@ -17,6 +17,11 @@ npm run dev -- --open
An example `.env` file is provided in the repository. You will need to copy `.env.example` to `.env` and fill in the values with your own credentials.
If you want a fully local development environment (other than stripe) then you can follow the instructions in the [database setup](/docs/database-setup.md) document and make use of the local supabase instance and a local email service.
- [Local DB Url](http://localhost:54323/)
- [Local Email Monitoring Url](http://localhost:54324/)
## Building
To create a production version: