Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 624 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 624 Bytes

AEM Live Labs 🧪

This is fork of https://labs.aem.live

Experimental tooling for developing and managing AEM sites.

Environments

Development

Installation

npm i

Linting

npm run lint

Local development

  1. Install the AEM CLI: npm install -g @adobe/aem-cli
  2. Start AEM Proxy: aem up (opens your browser at http://localhost:3000)
  3. Open the helix-labs-website directory in your favorite IDE and start coding :)