This is the initial POC instance of JMP Edge Delivery running against Sharepoint with merge workflow.
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 :)
- 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