This is the migration site for www.jmp.com on Edge Delivery running against Dark Alley.
- Develop: https://develop--jmp-da--jmphlx.hlx.page/ (Design Development)
- Preview: https://main--jmp-da--jmphlx.hlx.page/
- Live: https://main--jmp-da--jmphlx.hlx.live/
npm installIn general, use:
npm run lintTo run just the CSS Linter without the JS Linter:
npm run lint:cssIf you want to use the --fix option to automatically correct fixable errors, use:
npm run lint:css:fixThe AEM Importer is bundled together as part of the aem simulator tooling. To update both run the following:
npm update -g @adobe/aem-cli- 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 :)
- Pull requests should be prefixed with
feature-<FEATURE_NAME>for net new functionality orbugfix-<BUGNAME>for bug fixes. EDS Fastly does not support using underscores in branch names for AEM PSI Automated testing. - Always run
npm run lintbefore opening a pull request. This will ensure any formatting issues are caught before automated PR testing