Contribution Guide
Hi! We're really excited that you're interested in contributing to Next DevTools! Before submitting your contribution, please read through the following guide.
Development Setup
You will need Node.js (opens in a new tab) version 18.12+, and PNPM (opens in a new tab) version 8+.
Monorepo
The Next DevTools repo is a monorepo using pnpm workspaces.
After cloning the repo, run in the root folder.
pnpm i
pnpm build
Development
Build the project with watch mode:
pnpm dev
OR
Build the project with:
pnpm build
And then run the playground:
pnpm dev:app
Contributing
Please feel free to submit pull requests for bug fixes. If you have any new ideas or feature requests, please open an issue or discussion first.