# 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 the development server: ```bash bun dev ``` Open http://localhost:3000 with your browser to see the result.