docs: specify script language and add `npm install` step to installation guide (#13804)

pull/13834/head
Emanuele Picchirallo 11 months ago committed by GitHub
parent 7ecc6c076c
commit 6257203c22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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/): We recommend using [SvelteKit](../kit), the official application framework from the Svelte team powered by [Vite](https://vite.dev/):
``` ```bash
npx sv create myapp npx sv create myapp
cd myapp cd myapp
npm install
npm run dev npm run dev
``` ```

Loading…
Cancel
Save