mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACA-4612] ACA: integrating with the local ADF source code (#2658)
* linked ADF runs * configure excludes
This commit is contained in:
10
README.md
10
README.md
@@ -29,6 +29,16 @@ npm install
|
||||
npm start content-ce
|
||||
```
|
||||
|
||||
### Using Local ADF
|
||||
|
||||
Clone the `alfresco-ng2-components` and `alfresco-content-app` repositories in the same folder, and run the following command:
|
||||
|
||||
```sh
|
||||
npm start content-ce -- --configuration=adf
|
||||
```
|
||||
|
||||
Changing the ADF code results in the recompilation and hot-reloading of the ACA application.
|
||||
|
||||
## See Also
|
||||
|
||||
Please refer to the [Public documentation](https://alfresco-content-app.netlify.com/) for more details
|
||||
|
Reference in New Issue
Block a user