📦 Electron Menubar app for Dropbox-like synchronization with Siding
Clone this repository:
git clone https://github.com/open-source-uc/siding-box.git
cd siding-boxInstall dependencies:
yarn installRun Electron app:
cd packages/siding-box-desktop
yarn startCreate a release build with:
NODE_ENV=production yarn run make