docs: Kopieer .env bestanden

This commit is contained in:
Tibo De Peuter 2025-03-21 11:08:42 +01:00
parent a5fd3c0612
commit 9a17762fd4
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
3 changed files with 5 additions and 2 deletions

View file

@ -27,6 +27,7 @@ cd ../ # Go to the root of the repository
docker compose up -d
# Start the backend
cd backend
cp .env.development.example .env.development.local
npm run dev # or npm run build && npm run start
```