Skip to main content

Development Setup 🚀

Prerequisites​

  • Node.js 18+
  • pnpm (recommended)

Install​

pnpm install

Run dev server​

pnpm dev

Monorepo structure​

  • packages/react-matomo-kit — the library
  • apps/cat-clicker — example app
  • apps/docs — docs site

Notes​

Use latest pnpm (v8 or higher).
Run format and lint before PR.