MicroPad-Electron
MicroPad-Electron copied to clipboard
The desktop app of https://github.com/MicroPad/MicroPad-Core
µPad Electron App
This is the desktop app for µPad.
Installing
You can download binaries following the instructions here.
Building
You will need the following things to build this:
Linux/MacOS
git clone https://github.com/MicroPad/MicroPad-Electron
cd MicroPad-Electron
yarn
yarn update-core
yarn dist
You will now find binaries for the app in dist/
.