Skip to content

Commit a660d64

Browse files
committed
chore: Added note about env config
1 parent c3012f5 commit a660d64

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: README.md

+3
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ npm install
4343
# build javascript files
4444
npm run build
4545

46+
# if you want to change some configuration, you can set en ENVIRONMENT variables or copy the .env to .env.local
47+
# cp .env .env.local
48+
4649
# lauch local server
4750
node ./dist/server.js
4851
```

0 commit comments

Comments
 (0)