snapdrop

A Progressive Web App for local file sharing
git clone http://git.hanabi.in/repos/snapdrop.git
Log | Files | Refs | README | LICENSE

commit df4a52cce6aa20a26b6210b5dd09e216a8d47bd2
parent 4bc00a1ef4da3eaef36fb303e75622204717b778
Author: RobinLinus <robin_woll@capira.de>
Date:   Tue, 29 Dec 2015 17:29:32 +0100

Add short instructions on how to run the project
Diffstat:
MREADME.md | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -38,3 +38,8 @@ ShareDrop uses WebRTC only and isn't compatible with Safari Browsers. Snapdrop u * Fix bugs and do a Pull Request. This is my first open source project, so I am not very used to the common workflow, but we'll figure it out! ) + +## Run the project +* Install npm, bower, gulp and the dependencies as described [here](https://github.com/PolymerElements/polymer-starter-kit) +* run `gulp serve` +* In a second shell run `node index.js`