From 40711f93a44c14fce31f6b525e340c5e028e89a7 Mon Sep 17 00:00:00 2001 From: Mario Romano Date: Tue, 1 Nov 2016 10:36:47 +0000 Subject: [PATCH] Update README.md --- demo-shell-ng2/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/demo-shell-ng2/README.md b/demo-shell-ng2/README.md index 5d5d268bbc..3f5bce21f5 100644 --- a/demo-shell-ng2/README.md +++ b/demo-shell-ng2/README.md @@ -31,6 +31,17 @@ npm start TypeScript watchers are also configured for `node_modules` folder within demo shell and provide live reload for all the component libraries as well. +#### Development branch build + +If you want to run the demo shell with the latest change from the development branch, use the following command from the /script folder: + +1 Install dependencies + +```sh +./npm-clean.sh +./start-linked.sh -install +``` + ###Multi-language To support a new language you need to create your language file (.json) and add it to `i18n/` folder.