Skip to content

Commit fbe043c

Browse files
author
Dan Costello
committed
Bun
1 parent e62b4bd commit fbe043c

5 files changed

Lines changed: 1537 additions & 7132 deletions

File tree

README.mdx renamed to README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,18 @@ This is a Next.js application generated with
66
Run development server:
77

88
```bash
9-
pnpm dev
9+
bun install
10+
```
11+
12+
```bash
13+
bun dev
14+
```
15+
16+
or production build
17+
18+
```bash
19+
bun run build
20+
bun serve
1021
```
1122

1223
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

0 commit comments

Comments
 (0)