Highly configurable MQTT map interface
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.10. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.4.7...1.5.10) --- updated-dependencies: - dependency-name: url-parse 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.