Development Setup 🚀
Prerequisites​
- Node.js 18+
- pnpm (recommended)
Install​
pnpm install
Run dev server​
pnpm dev
Monorepo structure​
packages/react-matomo-kit— the libraryapps/cat-clicker— example appapps/docs— docs site
Notes​
Use latest pnpm (v8 or higher).
Run format and lint before PR.