From 77fb288c4d759ea28f3b692001bbb2f687b8869d Mon Sep 17 00:00:00 2001 From: Geoff Seemueller <28698553+geoffsee@users.noreply.github.com> Date: Thu, 22 May 2025 23:34:16 -0400 Subject: [PATCH] Update README.md Signed-off-by: Geoff Seemueller <28698553+geoffsee@users.noreply.github.com> --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b4f7099..593658c 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,8 @@ I am making this available for others to learn from. It is a downstream fork of 1. `bun i` 2. `bun run build` 3. Configure .dev.vars -4. In isolated shells, run `bun run worker:dev` and `bun run vite:dev` +4. Setup KV_STORAGE bindings for local development. +5. In isolated shells, run `bun run worker:dev` and `bun run vite:dev` ### Further Documentation