Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 252 Bytes

File metadata and controls

27 lines (18 loc) · 252 Bytes

fireredvad.com

Bun

Install dependencies:

bun install

Start the development server:

bun run dev

Create a production build:

bun run build

Preview the production build locally:

bun run preview