From c470e64bd393ac65a6b46b32a810c1f56d5105d8 Mon Sep 17 00:00:00 2001 From: Andrei Dulvac Date: Tue, 3 Oct 2023 10:53:47 +0200 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 016c4cc..35c704a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# Your Project's Title... -Your project's description... +# Inside AEM (Edge Delivery) +Inside AEM website on Edge Delivery ## Environments - Preview: https://main--inside-aem--adobe.hlx.page/ @@ -19,8 +19,7 @@ npm run lint ## Local development -1. Create a new repository based on the `helix-project-boilerplate` template and add a mountpoint in the `fstab.yaml` -1. Add the [helix-bot](https://github.com/apps/helix-bot) to the repository +1. Clone this repository locally 1. Install the [Helix CLI](https://github.com/adobe/helix-cli): `npm install -g @adobe/helix-cli` 1. Start Franklin Proxy: `hlx up` (opens your browser at `http://localhost:3000`) 1. Open the `{repo}` directory in your favorite IDE and start coding :)