update readme to mention bun

This commit is contained in:
2026-04-24 13:14:34 -04:00
parent bf9493a06d
commit 42e2898223
+2 -2
View File
@@ -27,12 +27,12 @@ A modern, responsive personal website built with Next.js, TypeScript, and Tailwi
2. Install dependencies:
```bash
pnpm install
bun install
```
3. Start the development server:
```bash
pnpm dev
bun dev
```
4. Open [http://localhost:3000](http://localhost:3000) in your browser