Developer
Contributing
Rezi welcomes issues and pull requests. This page summarizes the local workflow; see the linked guides for details.
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 buildTypical checks
npm run typecheck
npm run lint
npm test
npm run docs:build