update readme to mention bun
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user