mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
Update README.md
This commit is contained in:
parent
2613b12919
commit
40711f93a4
@ -31,6 +31,17 @@ npm start
|
|||||||
TypeScript watchers are also configured for `node_modules` folder within demo shell
|
TypeScript watchers are also configured for `node_modules` folder within demo shell
|
||||||
and provide live reload for all the component libraries as well.
|
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
|
###Multi-language
|
||||||
To support a new language you need to create your language file (.json) and add it to `i18n/` folder.
|
To support a new language you need to create your language file (.json) and add it to `i18n/` folder.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user