--- name: Build an app with SvelteKit and Bun --- Use `bun create` to scaffold your app with the `svelte` package. Answer the prompts to select a template and set up your development environment. ```sh $ bun create svelte@latest my-app ┌ Welcome to SvelteKit! │ ◇ Which Svelte app template? │ SvelteKit demo app │ ◇ Add type checking with TypeScript? │ Yes, using TypeScript syntax │ ◇ Select additional options (use arrow keys/space bar) │ None │ └ Your project is ready! ✔ Typescript Inside Svelte components, use