Skip to content

Commit 0999f6f

Browse files
authored
Clarify necessary dependencies in tutorial (#11593)
1 parent 7759e8e commit 0999f6f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

contributors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
- christowiz
5454
- codeape2
5555
- coryhouse
56+
- ctnelson1997
5657
- cvbuelow
5758
- damianstasik
5859
- danielberndt

docs/start/tutorial.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ We'll be using [Vite][vite] for our bundler and dev server for this tutorial. Yo
2525
npm create vite@latest name-of-your-project -- --template react
2626
# follow prompts
2727
cd <your new project directory>
28-
npm install react-router-dom localforage match-sorter sort-by
28+
npm install react-router-dom # always need this!
29+
npm install localforage match-sorter sort-by # only for this tutorial.
2930
npm run dev
3031
```
3132

0 commit comments

Comments
 (0)