Skip to content

Contributing

Rezi welcomes issues and pull requests. This page summarizes the local workflow; see the linked guides for details.

Prerequisites

  • Node.js 18+ (18.18+ recommended)
  • npm (workspace root)
  • Rust stable (only if you build @rezi-ui/native)
  • Python 3 (docs build)

Local setup

npm ci
npm run build

Typical checks

npm run typecheck
npm run lint
npm test
npm run docs:build

Where to look next