Your Project’s Title…
Your project’s description…
Environments
- Preview: https://main–Doc-auth–jodietaylor49-oss.aem.page/
- Live: https://main–Doc-auth–jodietaylor49-oss.aem.live/
Documentation
Before using the aem-boilerplate, we recommand you to go through the documentation on https://www.aem.live/docs/ and more specifically:
- Developer Tutorial
- The Anatomy of a Project
- Web Performance
- Markup, Sections, Blocks, and Auto Blocking
Installation
Linting
Local development
- Create a new repository based on the
aem-boilerplate
template and add a mountpoint in the fstab.yaml
- Add the AEM Code Sync GitHub App to the repository
- Install the AEM CLI:
npm install -g @adobe/aem-cli
- Start AEM Proxy:
aem up
(opens your browser at http://localhost:3000
)
- Open the
Doc-auth
directory in your favorite IDE and start coding :)