From df4a52cce6aa20a26b6210b5dd09e216a8d47bd2 Mon Sep 17 00:00:00 2001 From: RobinLinus Date: Tue, 29 Dec 2015 17:29:32 +0100 Subject: [PATCH] Add short instructions on how to run the project --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4e642a8..32ea154 100644 --- 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`