A SvelteKit template to get started - includes:
bun create alexsteinh/svelte [<destination>]
Bun will automatically install all dependencies, so you can get started as quickly as possible.
To create a production version of your app:
bun run build
You can preview the production build with bun run preview
.
To deploy your app, you may need to install an adapter for your target environment.