An airdrop clone
Drop an image to your own bubble at the bottom. PeerDrop will persist this at ~/avatar/
npm run build-linux
builds deb/zip packages
- graphicsmagick
- libicns (AUR)
npm run build-mac
builds app/dmg/zip packages
To run the app, use the bin in the node_modules
directory.
./node_modules/.bin/electron ./index.js
or run with nodemon to restart on changes
./node_modules/.bin/nodemon ./node_modules/.bin/electron ./index.js
which is also wrapped with
npm start