This project provides a foundation for starting an AEM Edge Delivery Services project. It includes many common blocks and features a project might need.
This specific repo has been slightly modified to be compatible with Dark Alley's live preview.
- Use this template to make a new repo.
- Install AEM Code Sync.
- Browse to https://da.live/start.
- Follow the steps.
- Clone your new repo to your computer.
- Install the AEM CLI using your terminal:
sudo npm install -g @adobe/aem-cli
- Start the AEM CLI:
aem up
. - Open the
{repo}
folder in your favorite code editor and buil something. - Recommended: Install common npm packages like linting and testing:
npm i
.