microdrop-3
v1.5.1
Published
MicroDrop with MQTT support and Web UI
Downloads
16
Readme
MicroDrop with MQTT communication and web front end
Installing From Source (Latest)
Prerequisites:
- git
- node / npm
Installation:
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 <Enter> and/or Ctrl+C if it appears to have stalled for over 30s or so
yarn start
Installing From NPM:
Prerequisites:
- git
- node / npm
Installation:
npm install --global @microdrop/application
Start:
>> microdrop # Ensure microdrop-2 is not in path
Building an installer:
cd microdrop-3
cd packages/builder
yarn builder