From e6e0ad46badd0e14432dfc9fa577c1800866eef1 Mon Sep 17 00:00:00 2001 From: Mukesh Singh Date: Wed, 22 Oct 2025 20:51:57 -0700 Subject: [PATCH] Add bun command to development instructions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5e7e19a..2cc0853 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ npm run dev pnpm dev # or yarn dev +# or +bun dev ``` Open with your browser to see the result.