Document Authoring is a research project.
sudo npm install -g @adobe/aem-cli
aem up
this repo's folder.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:
da-admin
locally. Details here.https://localhost:3000/?da-admin=local
da-collab
locally. Details here.https://localhost:3000/?da-collab=local
?name-of-service=reset
.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.