Skip to content

Commit

Permalink
chore: add nodemon for easier development
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHabenicht committed Mar 30, 2022
1 parent de5520e commit 3e1abb6
Show file tree
Hide file tree
Showing 2 changed files with 928 additions and 4,043 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,11 @@ Example: `docker run -e STATSD_URL=udp://127.0.0.1:8125 lovasoa/wbo`.

- If you use **prometheus**, you can collect the metrics with [statsd-exporter](https://hub.docker.com/r/prom/statsd-exporter).
- If you use **datadog**, you can collect the metrics with [dogstatsd](https://docs.datadoghq.com/developers/dogstatsd).


## Development

> Do not use these command for production!
Use `npm run dev` to develop the app locally and restart as you edit.
You can set environemnt variables in the `package.json` scripts section.
Loading

0 comments on commit 3e1abb6

Please sign in to comment.