Document Authoring is a research project.
- Clone this repo to your computer.
- Install the AEM CLI:
sudo npm install -g @adobe/aem-cli
- In a terminal, run
aem up
this repo's folder. - Start building.
Like most AEM Edge Delivery projects, da-live
uses production service integrations by default. You work against the projects you have access to and there's less likely something breaks if you're working against production services already.
There are times when you need to develop a feature across the different services of DA. In these scenarios, you need local or stage variations of these services. With the right credentials, you can do so with the following flags:
- Run
da-admin
locally. Details here. - Start the local AEM CLI (see above)
- Visit
https://localhost:3000/?da-admin=local
- Run
da-collab
locally. Details here. - Start the local AEM CLI (see above)
- Visit
https://localhost:3000/?da-collab=local
- You can mix and match these services. You can use local da-collab with stage da-admin, etc.
- Each service will set a localStorage value and will not clear until you use
?name-of-service=reset
.
- We recommend running
npm install
for linting.
DA has several libraries / dependencies that are built adhoc.
# Build Lit
npm run build:da-lit
# Build Prose / YDoc
npm run build:da-y-wrapper
Additional details can be found here.