mirror of
https://github.com/oven-sh/bun
synced 2026-02-15 05:12:29 +00:00
23 lines
315 B
Markdown
23 lines
315 B
Markdown
# 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
|
|
```
|