1.5.1 • Published 6 years ago

microdrop-3 v1.5.1

Weekly downloads
1
License
BSD-2-Clause
Repository
github
Last release
6 years ago

Build Status Build status

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

Docs

Visit project wiki