Desktop app for Google Keep packaged with Electron
Fork this repository, clone to your local device and install dependencies:
npm install
npm startIf you use Ubuntu or Debian, you also may need to install nodejs-legacy that creates node symlink:
sudo apt-get install nodejs-legacyYou can pack application for specified platform:
npm run build:macos
npm run build:linux
npm run build:windows