A Google Voice menubar app built with Electron.
The development environment has only been tested on a Mac.
- node/npm
- Xcode (with command line tools installed) for building .dmg installer
npm install
npm start
to run the app
npm run package
to package the apps for macOS and Windowsnpm run package-mac
andnpm run package-win
will package for the specified platform
npm run create-installers
to create installers for distributionnpm run create-installer-mac
andnpm run create-installer-win
will create installers for the specified platform