Skip to content

Commit 774aa31

Browse files
authored
docs: add npm install command
`npm run dev` will give an error if you don't first run `npm install`
1 parent 2c2979b commit 774aa31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

documentation/docs/01-introduction/02-getting-started.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ We recommend using [SvelteKit](../kit), the official application framework from
77
```bash
88
npx sv create myapp
99
cd myapp
10+
npm install
1011
npm run dev
1112
```
1213

0 commit comments

Comments
 (0)