First install pnpm by enabling corepack:
corepack enableThen install the required dependencies:
pnpm i --filter @biomejs/website --frozen-lockfilepnpm --filter @biomejs/website startThis command starts a local development server. Most changes are reflected live without having to restart the server.
If you want to work on the playground, additional artifacts are required and the following command must be used instead:
pnpm --filter @biomejs/website start:playgroundpnpm --filter @biomejs/website buildThis command generates static content into the build directory and can be served using any static contents hosting service.