### Describe the bug It's not a bug but I'm talking about the docs. According to the [doc's Getting Started](https://svelte.dev/docs), when you install Svelte, you have to install SvelteKit. And I think it should be installing Svelte. ``` npm create vite@latest myapp -- --template svelte cd myapp npm install ``` ### Reproduction See the doc. ### Logs _No response_ ### System Info ```shell N/A ``` ### Severity annoyance