Highly configurable MQTT map interface
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. - [Release notes](https://github.com/terser/terser/releases) - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/commits) --- updated-dependencies: - dependency-name: terser dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|---|---|---|
| config | ||
| css | ||
| src | ||
| types | ||
| .babelrc | ||
| .eslintrc.js | ||
| .flowconfig | ||
| .gitignore | ||
| .travis.yml | ||
| index.ejs | ||
| package.json | ||
| README.md | ||
| shell.nix | ||
| travis-upload-artifacts.sh | ||
| travis.sh | ||
| webpack.config.js | ||
| yarn.lock | ||
MQTT Control Map
Development / Configuration
- run
yarnto install all dependencies. - run
yarn watch CONFIGto run a local build server that automatically builds your the mqtt control map for the given CONFIG everytime something changes. - run
yarn dev CONFIGto create just a single build of the mqtt control map for the given config. - run
yarn build CONFIGto generate all files for production use.
Documentation
The documentation can be found in our mqtt-control-map wiki.