Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 837 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 837 Bytes

Installation

First install pnpm by enabling corepack:

corepack enable

Then install the required dependencies:

pnpm i --filter @biomejs/website --frozen-lockfile

Local Development

pnpm --filter @biomejs/website start

This 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:playground

Build

pnpm --filter @biomejs/website build

This command generates static content into the build directory and can be served using any static contents hosting service.