This project contains code that is featured in the AEM Block Collection documentation.
- Preview: https://main--adobe-design-website--adobe.hlx.page/
- Live: https://main--adobe-design-website--adobe.hlx.live/
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-design-websitedirectory in your favorite IDE and start coding
To run ESLint and Stylelint:
npm run lintTo run Jest, ensure you've got the application running locally, and then:
npm test