mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 11:29:02 +00:00
315 B
315 B
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