We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de5520e commit 3e1abb6Copy full SHA for 3e1abb6
README.md
@@ -110,3 +110,11 @@ Example: `docker run -e STATSD_URL=udp://127.0.0.1:8125 lovasoa/wbo`.
110
111
- If you use **prometheus**, you can collect the metrics with [statsd-exporter](https://hub.docker.com/r/prom/statsd-exporter).
112
- 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