Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 201 Bytes

File metadata and controls

23 lines (15 loc) · 201 Bytes

Rsbuild project

Setup

Install the dependencies:

bun install

Get started

Start the dev server:

bun run dev

Build the app for production:

bun run build