mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-08-14 17:58:44 +00:00
fix start script and add update command
This commit is contained in:
@@ -49,12 +49,18 @@ git clone https://github.com/Alfresco/dev-platform-webcomponents.git
|
|||||||
cd dev-platform-webcomponents
|
cd dev-platform-webcomponents
|
||||||
```
|
```
|
||||||
|
|
||||||
* Start the demo and Install all the dependencies (do it the first time or after a project update)
|
* Start the demo and Install all the dependencies (do it the first time)
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
./start.sh -install
|
./start.sh -install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
* Start the demo and update the dependencies
|
||||||
|
|
||||||
|
```sh
|
||||||
|
./start.sh -update
|
||||||
|
```
|
||||||
|
|
||||||
* Start the demo
|
* Start the demo
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
Reference in New Issue
Block a user