SecurBank Demo Site for Adobe Experience Manager with Edge Delivery Services hosted at https://www.securbankdemo.com
- Preview: https://main--securbank--aem-showcase.aem.page
- Live: https://main--securbank--aem-showcase.aem.live
Headless GraphQL calls are still being made to the Publish / Dispatcher at this time.
You will need to the AEM Author and Publish URLs in scripts/endpointconfig.js
npm inpm run lint- Clone this repo and update the mountpoint in the
fstab.yamlto match your own environment - 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 :)