From 058679ff09d4f2a70f7d4b3d160e617910827399 Mon Sep 17 00:00:00 2001 From: btahir89 Date: Sat, 16 Nov 2024 21:07:37 -0800 Subject: [PATCH] pnpm and bun --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 8a66630..15eb696 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,10 @@ cd next-beats npm install # or yarn install +# or +pnpm install +# or +bun install ``` 3. Run the development server: @@ -80,6 +84,10 @@ yarn install npm run dev # or yarn dev +# or +pnpm dev +# or +bun dev ``` 4. Open [http://localhost:3000](http://localhost:3000) in your browser to start vibing! 🎧