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:
|
2. Install dependencies:
|
||||||
```bash
|
```bash
|
||||||
pnpm install
|
bun install
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Start the development server:
|
3. Start the development server:
|
||||||
```bash
|
```bash
|
||||||
pnpm dev
|
bun dev
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Open [http://localhost:3000](http://localhost:3000) in your browser
|
4. Open [http://localhost:3000](http://localhost:3000) in your browser
|
||||||
|
|||||||
Reference in New Issue
Block a user