pnpm and bun

main
btahir89 12 months ago
parent 71390644bd
commit 058679ff09

@ -72,6 +72,10 @@ cd next-beats
npm install npm install
# or # or
yarn install yarn install
# or
pnpm install
# or
bun install
``` ```
3. Run the development server: 3. Run the development server:
@ -80,6 +84,10 @@ yarn install
npm run dev npm run dev
# or # or
yarn dev yarn dev
# or
pnpm dev
# or
bun dev
``` ```
4. Open [http://localhost:3000](http://localhost:3000) in your browser to start vibing! 🎧 4. Open [http://localhost:3000](http://localhost:3000) in your browser to start vibing! 🎧

Loading…
Cancel
Save