Skip to content

Commit

Permalink
📝 Add npm install to README
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbal committed May 28, 2024
1 parent 2cd1818 commit 96f3efe
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,12 @@ For (code) contributions that do fit the goals of this library, please follow th
nvm use
```

2. Start Storybook in dev mode for component development:
2. Install the dependencies
```bash
npm install
```

3. Start Storybook in dev mode for component development:

```bash
npm run compilemessages
Expand Down

0 comments on commit 96f3efe

Please sign in to comment.