Your project's description...
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 :)
-
Run
wrangler deployto update worker code in Cloudflare Dashboard. You shouldNOTedit worker code in Cloudflare Dashboard directly. Any changes that need to be made to the worker code should be done through the worker.js file. -
Run
wrangler dev --remoteto test Square locally, this turns the worker serverON.- If you want to test
productionlocally, go to wrangler.toml and change[vars] ENVIRONMENT = 'production' - If you want to test
sandboxlocally, go to wrangler.toml and change[vars] ENVIRONMENT = 'sandbox'
- If you want to test