# Development mode

## For developers

The difference between production and developing is how we build it with webpack and that production doesn't contain `HMR` or hot module reloading which means that any changes in the project would reload the bot. If you run the project for production, changes in the code wouldn't affect the bot execution.

### Develop on open bot while it is running

* Include `HMR` and run
* Change a file in the `src` folder to verify that `HMR` is working
