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 +```