Electron desktop application for DataHub. Quick start Clone the repo, install dependencies using yarn (or npm), and run the app in dev mode: # or npm install yarn install npm start Build application Build application using electron-builder: npm run dist