Skip to content

Commit

Permalink
Add npm install instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljperry committed Dec 22, 2023
1 parent 951fb4b commit 1da8685
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/guides/crash-course/state.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,12 @@ cdv clsp build message.clsp

## Initial Setup

Install NPM:

```bash
pip install npm
```

Install the needed dependencies:

```bash
Expand Down

0 comments on commit 1da8685

Please sign in to comment.