Adobe Labs is the always-on public home that makes Adobe's AI-and-creativity innovation visible, continuous, and credible; the trusted, human-centered, evidence-led voice on creative work in the AI era.
This site is built using AEM with content managed via Document Authoring (DA). The codebase is based off of the aem-boilerplate.
- Preview: https://main--adobe-labs-website--adobe.aem.page/
- Live: https://main--adobe-labs-website--adobe.aem.live/
Before using the aem-boilerplate, we recommend 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
npm i
npm start- Install the AEM CLI:
npm install -g @adobe/aem-cli - Start AEM Proxy:
npm start(opens your browser athttp://localhost:3000) - Open the
adobe-labs-websitedirectory in your favorite IDE and start coding
To run ESLint and Stylelint:
npm run lintTo run tests:
npm testSee the write-block-tests skill for instructions and guidelines on writing unit tests for blocks.