Skip to content

Commit

Permalink
docs: update contributing in readme (#928)
Browse files Browse the repository at this point in the history
  • Loading branch information
Barbapapazes committed Jun 30, 2023
1 parent 71f1b85 commit cf85b0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -69,7 +69,8 @@ defineNuxtConfig({
1. Clone this repository
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.
4. Use `pnpm run dev` to start [default starter](./.starters/default). You can edit the module because pnpm workspace links it with the default starter.
5. Do not commit any change in `.starters/default` since its your playground.

## License 📎

Expand Down

0 comments on commit cf85b0d

Please sign in to comment.