--- name: Build an app with SvelteKit and Bun --- Use `bunx` to scaffold your app with the `create-svelte` CLI. Answer the prompts to select a template and set up your development environment. ```sh $ bunx create-svelte 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