📦 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-box
Install dependencies:
yarn install
Run Electron app:
cd packages/siding-box-desktop
yarn start
Create a release build with:
NODE_ENV=production yarn run make