8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 645ba84 commit b070cceCopy full SHA for b070cce
README.md
@@ -67,9 +67,9 @@ defineNuxtConfig({
67
## Contributing 🙏
68
69
1. Clone this repository
70
-2. Install dependencies using `yarn install` or `npm install`
71
-3. Run `npm run prepare` to generate type stubs.
72
-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.
73
74
## License 📎
75
0 commit comments