peerdrop
peerdrop copied to clipboard
a cross-platform "airdrop" made as a demo for offline camp
SYNOPSIS
An airdrop clone
AVATAR
Drop an image to your own bubble at the bottom. PeerDrop will persist this at ~/avatar/

BUILD
Linux
npm run build-linux builds deb/zip packages
System Dependencies
Arch Linux
- graphicsmagick
- libicns (AUR)
Mac
npm run build-mac builds app/dmg/zip packages
RUN
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