Skip to content

Commit eef125f

Browse files
gaac510benmccann
andauthored
[docs] update outdated SvelteKit release info (#8128)
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
1 parent 670f458 commit eef125f

File tree

1 file changed

+3
-5
lines changed
  • site/content/tutorial/01-introduction/07-making-an-app

1 file changed

+3
-5
lines changed

site/content/tutorial/01-introduction/07-making-an-app/text.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,13 @@ title: Making an app
44

55
This tutorial is designed to get you familiar with the process of writing components. But at some point, you'll want to start writing components in the comfort of your own text editor.
66

7-
First, you'll need to integrate Svelte with a build tool. We recommend using [Vite](https://vitejs.dev/) with [vite-plugin-svelte](https://github.com/sveltejs/vite-plugin-svelte/)...
7+
First, you'll need to integrate Svelte with a build tool. We recommend using [SvelteKit](https://kit.svelte.dev), which sets up [Vite](https://vitejs.dev/) with [vite-plugin-svelte](https://github.com/sveltejs/vite-plugin-svelte/) for you...
88

99
```bash
10-
npm create vite@latest my-app -- --template svelte
10+
npm create svelte@latest myapp
1111
```
1212

13-
...or one of the [community-maintained integrations](https://sveltesociety.dev/tools).
14-
15-
> [SvelteKit](https://kit.svelte.dev) is the official application framework from the Svelte team. It's currently in development, but if you don't mind using pre-1.0 software then it's the recommended way to build Svelte apps.
13+
There are also a number of [community-maintained integrations](https://sveltesociety.dev/tools).
1614

1715
Don't worry if you're relatively new to web development and haven't used these tools before. We've prepared a simple step-by-step guide, [Svelte for new developers](/blog/svelte-for-new-developers), which walks you through the process.
1816

0 commit comments

Comments
 (0)