mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
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:
bun create next --open
To use Next.js 12 with an existing project:
npm install bun-framework-next
bun bun --use next
Launch bun:
bun