aboutsummaryrefslogtreecommitdiff
path: root/packages/bun-framework-next/README.md
blob: 6c3d3e324218ae8c153e6ad41a61432f70b71701 (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
```