Everything you need to build a Svelte project, powered by create-svelte.
If you're seeing this, you've probably already done this step. Congrats!
# create a new project in the current directory
bun create svelte@latest
Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:
bun --bun run dev