Use this library to power your EMC generated pages. (or event static pages, if you prefer manual authoring)
-- Event Library importation guide comming soon.
For your newly created project
Follow the instructions detailed here to set up your AEM Sidekick: https://www.aem.live/docs/sidekick
- Install the AEM CLI: sudo npm install -g @adobe/aem-cli
- Run
aem up
this repo's folder. (opens your browser athttp://localhost:3000
) - Open this repo's folder in your favorite editor and start coding.
npm run test
or:
npm run test:watch
This will give you several options to debug tests. Note: coverage may not be accurate.