From 8d8fa82aaeff12696f1fe695dff7179d3becaaf5 Mon Sep 17 00:00:00 2001 From: kailasnadh790 <53608019+kailasnadh790@users.noreply.github.com> Date: Tue, 21 May 2024 14:26:55 -0400 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fd7b6f4d..dca70aad 100644 --- a/README.md +++ b/README.md @@ -15,4 +15,12 @@ npm i ```sh npm run lint -``` \ No newline at end of file +``` + +## Local development + +1. Create a new repository based on the `aem-boilerplate` template and add a mountpoint in the `fstab.yaml` +1. Add the [AEM Code Sync GitHub App](https://github.com/apps/aem-code-sync) to the repository +1. Install the [AEM CLI](https://github.com/adobe/aem-cli): `npm install -g @adobe/aem-cli` +1. Start AEM Proxy: `aem up` (opens your browser at `http://localhost:3000`) +1. Open the `{repo}` directory in your favorite IDE and start coding :)