From 79f0f8a67000c59c0e10c85a0f77de584ad19a92 Mon Sep 17 00:00:00 2001 From: Sunil Kamat <107644736+sukamat@users.noreply.github.com> Date: Wed, 23 Oct 2024 09:52:27 -0700 Subject: [PATCH] Update README.md Added missing step to start the local server --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c14c9c..9964d6b 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,10 @@ KV is used for high-performance R/W operations. This value is stored locally. ```bash npx wrangler kv:key put orgs '[{"name":"aemsites","created":"2023-10-31T17:43:13.390Z"}]' --binding=DA_AUTH --local ``` -#### 5. Validate +#### 5. Start the local server +At the root of the project folder, run `npm run dev`. + +#### 6. Validate Browse to `http://localhost:8787/list` to ensure you see the expected buckets. ### Additional details