Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ npx nuxi@latest init -t themes/alpine
## 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`
3. Run `pnpm prepare` to generate type stubs.
4. Use `pnpm dev` to start [playground](./playground) in development mode.

## License

Expand Down