Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 647 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 647 Bytes

MQTT Control Map

Development / Configuration

  • run yarn to install all dependencies.
  • for local development issue an export NODE_OPTIONS=--openssl-legacy-providerfor webpack to work
  • 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.
  • run yarn dev CONFIG to create just a single build of the mqtt control map for the given config.
  • run yarn build CONFIG to generate all files for production use.

Documentation

The documentation can be found in our mqtt-control-map wiki.