Browse Source

Merge 71c0b543f1 into c47a4fdc71

pull/6102/merge
Vahant Sharma 1 day ago
committed by GitHub
parent
commit
62f7e7d53f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      DEVELOPMENT.md

2
DEVELOPMENT.md

@ -9,6 +9,8 @@
- Create a local copy of this Git repository (clone)
- Copy the file `.env.dev` to `.env` and populate it with your data (`cp .env.dev .env`)
> **Note:** `.env.example` is intended for self-hosting the full application via Docker and uses Docker-internal hostnames (e.g. `postgres:5432`), which will not work when running Prisma or the API directly on the host.
### Setup
1. Run `npm install`

Loading…
Cancel
Save