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

@ -16,6 +16,9 @@ Je kan het `.env.example` bestand als template gebruiken.
### Ontwikkeling
```shell
# Omgevingsvariabelen
cp .env.development.example .env.development.local
npm run dev
```