From ae52178cc7e2fa4a1294ecc227c6d0f45655f11c Mon Sep 17 00:00:00 2001 From: Robert Martin Date: Mon, 3 Feb 2025 17:35:58 -0600 Subject: [PATCH] docs: add npm install step for demo Closes #1177 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8920e5a8..27ae202f 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Want to see Koop in action? The repository ships with a demo that shows Koops su ```bash git clone https://github.com/koopjs/koop cd koop +npm install npm run demo ```