Skip to content

Commit

Permalink
chore: add package installation instructions to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
markmhendrickson authored and pete-watters committed Apr 19, 2024
1 parent 448c4c0 commit f050237
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ This application is a browser extension. There is no ability to run it as a stan

Each child of the `src` directory represents the JavaScript context in which it is ran.

### Install packages

```bash
pnpm i
```

### Dev mode

When working on the extension, you can run it in `development` mode which will watch for any file changes and
Expand Down

0 comments on commit f050237

Please sign in to comment.