mqtt-control-map/README.md
2020-10-08 18:05:40 +02:00

16 lines
678 B
Markdown

# MQTT Control Map
[![Build Status](https://travis-ci.org/uwap/mqtt-control-map.svg?branch=master)](https://travis-ci.org/uwap/mqtt-control-map)
## Development / Configuration
1. run `yarn` to install all dependencies.
2. run `yarn watch CONFIG` to run a local build server that automatically builds
your the mqtt control map for the given CONFIG everytime something changes.
3. run `yarn dev CONFIG` to create just a single build of the mqtt control map
for the given config.
4. run `yarn build CONFIG` to generate all files for production use.
## Documentation
The documentation can be found in our [mqtt-control-map wiki](https://github.com/uwap/mqtt-control-map/wiki).