# 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:
```bashbun create next --open```
To use Next.js 12 with an existing project:
```bashnpm install bun-framework-nextbun bun --use next```
Launch bun:
```bashbun```