Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 461 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 461 Bytes

Deploy SvelteKit site to Pages

Setup

bun i

Development

Start the development server on http://localhost:5173:

bun dev

Production

Build the application for production:

bun run build

Locally preview production build on http://localhost:4173:

bun run preview