From 55ae87e51023a0f671ef2437f04f5f3ffd6c28e3 Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Thu, 21 Apr 2016 14:07:00 +0100 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 006a35719b..d19241c07f 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,16 @@ ### Running demo project +Build each Alfresco component, for example: + +```sh +cd ng2-components/ng2-alfresco-documentlist/ +npm install +npm run build +``` + +Build demo shell + ```sh git clone https://github.com/Alfresco/dev-platform-webcomponents.git cd dev-platform-webcomponents/demo-shell-ng2/