Browse Source

docs: clarify .env.dev vs .env.example usage in DEVELOPMENT.md

pull/6102/head
VahantSharma 2 weeks ago
parent
commit
71c0b543f1
  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