Back to Next Js

Biome Example

examples/with-biome/README.md

16.2.51.1 KB
Original Source

Biome Example

This example shows how to configure Biome to work with a Next.js application.

Deploy your own

How to use

Execute create-next-app with npm, Yarn, or pnpm to bootstrap the example:

bash
npx create-next-app --example with-biome with-biome-app
bash
yarn create next-app --example with-biome with-biome-app
bash
pnpm create next-app --example with-biome with-biome-app

Running checks

bash
npm run check
bash
yarn check
bash
pnpm check

Deploy it to the cloud with Vercel (Documentation).