docs: Kopieer .env bestanden
This commit is contained in:
parent
a5fd3c0612
commit
9a17762fd4
3 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue