Skip to content

Commit

Permalink
docs: fix contributing (#890)
Browse files Browse the repository at this point in the history
  • Loading branch information
Barbapapazes committed Apr 25, 2023
1 parent 645ba84 commit b070cce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -67,9 +67,9 @@ defineNuxtConfig({
## Contributing 🙏

1. Clone this repository
2. Install dependencies using `yarn install` or `npm install`
3. Run `npm run prepare` to generate type stubs.
4. Use `npm run dev` to start [playground](./playground) in development mode.
2. Install dependencies using `pnpm install --frozen-lockfile`
3. Run `pnpm run prepare` to generate type stubs.
4. Use `pnpm run dev` to start [docs](./docs) or use `pnpm run play` to start [playground](./playground) in development mode.

## License 📎

Expand Down

0 comments on commit b070cce

Please sign in to comment.