Skip to main content

Project Structure 🚀

Monorepo layout​

apps/
cat-clicker/ --> example app
docs/ --> documentation site
packages/
react-matomo-kit/ --> the library
config/ --> shared eslint, prettier

Package details​

  • react-matomo-kit — main library
  • cat-clicker — shows example usage
  • docs — Docusaurus site

Notes​

Monorepo managed with pnpm workspaces.