All project code for cmegroup.com on AEM Edge Delivery Services
Before using the aem-boilerplate, we recommand 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
Plugins in DA are now managed via Sheets (unlike config.json in the past). See https://da.live/config#/cmegroup/www/ for Library and Plugin setup.
- For DA or local development, value of 'ref' for your plugin can be switched to local or branch-name for testing.
- To test in DA environment, you could use url like : https://da.live/edit?ref=local#/cmegroup/www/
npm inpm run lint- Create a new repository based on the
aem-boilerplatetemplate and add a mountpoint in thefstab.yaml - Add the AEM Code Sync GitHub App to the repository
- Install the AEM CLI:
npm install -g @adobe/aem-cli - Start AEM Proxy:
aem up(opens your browser athttp://localhost:3000) - Open the
{repo}directory in your favorite IDE and start coding :)