Skip to content

Commit

Permalink
docs: specify script language and add npm install step to installat…
Browse files Browse the repository at this point in the history
…ion guide (#13804)
  • Loading branch information
manupik authored Oct 23, 2024
1 parent 7ecc6c0 commit 6257203
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion documentation/docs/01-introduction/02-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ title: Getting started

We recommend using [SvelteKit](../kit), the official application framework from the Svelte team powered by [Vite](https://vite.dev/):

```
```bash
npx sv create myapp
cd myapp
npm install
npm run dev
```

Expand Down

0 comments on commit 6257203

Please sign in to comment.