Skip to content

Commit

Permalink
docs: add missing step for developing module
Browse files Browse the repository at this point in the history
resolves #20
  • Loading branch information
danielroe committed Jul 2, 2022
1 parent f68de0e commit ae040b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
- Clone this repository
- Enable [Corepack](https://github.com/nodejs/corepack) using `corepack enable` (use `npm i -g corepack` for Node.js < 16.10)
- Install dependencies using `pnpm install`
- Stub module with `pnpm dev:prepare`
- Run `pnpm dev` to start [playground](./playground) in development mode

## License
Expand Down

1 comment on commit ae040b4

@vercel
Copy link

@vercel vercel bot commented on ae040b4 Jul 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.