From 0ee73af40e7a50ef213fec238525722d079ac818 Mon Sep 17 00:00:00 2001 From: Aidan Nulman Date: Tue, 10 Mar 2026 23:22:28 -0400 Subject: [PATCH] docs: add `bun create` invocation --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 228955a..6bd022f 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,9 @@ An opinionated template for building React apps on Cloudflare Workers. TanStack gh repo create my-app --template anulman/react-starter-kit --clone cd my-app +# Or with bun +bun create anulman/react-starter-kit my-app + # Or clone directly git clone https://github.com/anulman/react-starter-kit.git my-app cd my-app