diff --git a/backend/README.md b/backend/README.md index f5568f5f..8a78ed14 100644 --- a/backend/README.md +++ b/backend/README.md @@ -33,6 +33,9 @@ npm run test:unit ### Productie ```shell +# Omgevingsvariabelen +cp .env.development.example .env + npm run build npm run start ```