From d6bbb2cc5d4c0049dd90e887ef4c85ffc3e93bcf Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Wed, 20 Apr 2016 13:17:48 +0100 Subject: [PATCH] Extended main readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 72cb457517..006a35719b 100644 --- a/README.md +++ b/README.md @@ -1 +1,10 @@ # ALFRESCO WEB COMPONENTS + +### Running demo project + +```sh +git clone https://github.com/Alfresco/dev-platform-webcomponents.git +cd dev-platform-webcomponents/demo-shell-ng2/ +npm install +npm run build.dev +```