From 5e3561892390b6f0c49da36660f85a3c5e67d6be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Fri, 8 Jul 2016 09:14:22 +0200 Subject: [PATCH] Update README.md --- README.md | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0a06dd4a1..a949a897f 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,26 @@ Deck is a kanban style project and personal management tool integrated with OwnC ### Install from git - git clone https://github.com/juliushaertl/deck.git - cd deck - make +If you want to run the latest development version from git source, you need to clone the repo to your apps folder: + +``` +git clone https://github.com/juliushaertl/deck.git +cd deck +make +``` + +Please make sure you have installed the following dependencies: +* make +* which +* tar: for building the archive +* curl: used if phpunit and composer are not installed to fetch them from the web +* npm: for building and testing everything JS, only required if a package.json is placed inside the **js/** folder ## Developing +### PHP + +### JavaScript Run javascript watch ```make watch```