aboutsummaryrefslogtreecommitdiff
path: root/packages/bun-framework-next/README.md
blob: 1dccfe07d5c2e803ea6b1cdfbd57a62a06d3ebc7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# bun-framework-next

This package lets you use Next.js 12 with bun. This readme assumes you already installed bun.

To start a new project:

```bash
bun create next --open
```

To use Next.js 12 with an existing project:

```bash
npm install bun-framework-next
bun bun --use next
```

Launch bun:

```bash
bun
```