mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
Title, Github only
Title | Github only |
---|---|
Getting started | true |
Getting Started
Learn how to start developing with the Alfresco Content Application.
For Microsoft Windows, please refer to Windows Support article.
Prerequisites
Name | Version |
---|---|
Node.js | 18.x (see Node Version Manager) |
Npm | 9.x |
ADF | 6.2 |
[ACS]((https://www.alfresco.com/products/community/download) | 7.4 |
Building from source
Install the Nx tool (see more at Nx.dev)
npm install -g @nrwl/cli
Clone the project:
git clone https://github.com/Alfresco/alfresco-content-app.git
cd alfresco-content-app
In the project root folder, create an .env
file with the following settings:
BASE_URL="<URL>"
Where <URL>
points to your ACS backend.
Install dependencies and run:
npm install
npm start