Skip to content

Commit 3e1abb6

Browse files
chore: add nodemon for easier development
1 parent de5520e commit 3e1abb6

File tree

2 files changed

+928
-4043
lines changed

2 files changed

+928
-4043
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,11 @@ Example: `docker run -e STATSD_URL=udp://127.0.0.1:8125 lovasoa/wbo`.
110110

111111
- If you use **prometheus**, you can collect the metrics with [statsd-exporter](https://hub.docker.com/r/prom/statsd-exporter).
112112
- If you use **datadog**, you can collect the metrics with [dogstatsd](https://docs.datadoghq.com/developers/dogstatsd).
113+
114+
115+
## Development
116+
117+
> Do not use these command for production!
118+
119+
Use `npm run dev` to develop the app locally and restart as you edit.
120+
You can set environemnt variables in the `package.json` scripts section.

0 commit comments

Comments
 (0)