Skip to content

Commit 9d42530

Browse files
committed
Add npm install step to readme
1 parent 03fe813 commit 9d42530

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

web/docs/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,11 @@ web/
8787

8888
### Development
8989

90+
If using option 1 or 2, you must first install the dependencies locally
91+
```bash
92+
npm install
93+
```
94+
9095
#### Option 1: Standard Development Server
9196
```bash
9297
npm run dev

0 commit comments

Comments
 (0)