Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 499 Bytes

File metadata and controls

39 lines (27 loc) · 499 Bytes

Rsbuild project

Open in StackBlitz

Setup

Install the dependencies:

pnpm install

Get started

Start the dev server:

pnpm dev

Build the app for production:

pnpm build

Preview the production build locally:

pnpm preview