Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 736 Bytes

README.md

File metadata and controls

45 lines (27 loc) · 736 Bytes

SYNOPSIS

An airdrop clone

AVATAR

Drop an image to your own bubble at the bottom. PeerDrop will persist this at ~/avatar/

image

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