Skip to content

Commit

Permalink
fix(build): bump README
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlindquist committed Oct 15, 2024
1 parent 556558e commit fc7c13d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,16 @@ The companion app to Script Kit

## Development

Install pnpm:

[https://pnpm.io/installation](https://pnpm.io/installation)


Run the following:

```
npm i
npm run dev
pnpm i
pnpm dev
```

### Reloading
Expand Down

0 comments on commit fc7c13d

Please sign in to comment.