/da-demo

Dark Alley demo

Primary LanguageJavaScriptApache License 2.0Apache-2.0

AEM Block Collection

This project provides a foundation for starting an AEM Edge Delivery Services project. It includes many common blocks and features a project might need.

Dark Alley compatible

This specific repo has been slightly modified to be compatible with Dark Alley's live preview.

Getting started

1. Github

  1. Use this template to make a new repo.
  2. Install AEM Code Sync.

2. Dark Alley content

  1. Browse to https://da.live/start.
  2. Follow the steps.

3. Local development

  1. Clone your new repo to your computer.
  2. Install the AEM CLI using your terminal: sudo npm install -g @adobe/aem-cli
  3. Start the AEM CLI: aem up.
  4. Open the {repo} folder in your favorite code editor and buil something.
  5. Recommended: Install common npm packages like linting and testing: npm i.