MicroDrop with MQTT support and Web UI
npm install microdrop-3

MicroDrop with MQTT communication and web front end
sh
git clone --recursive https://github.com/sci-bots/microdrop-3
cd microdrop-3
npm i --global yarn electron @yac/yac npm-check-updates lerna
yarn upgrade:micropede
yarn upgrade:yac
lerna bootstrap
yarn build # This can sometimes appear to hang on windows when it has actually complected. Press and/or Ctrl+C if it appears to have stalled for over 30s or so
yarn start
`Installing From NPM:
$3
- git
- node / npm$3
`sh
npm install --global @microdrop/application
`$3
`sh
>> microdrop # Ensure microdrop-2 is not in path
`Building an installer:
`sh
cd microdrop-3
cd packages/builder
yarn builder
``