Install the Mintlify CLI to preview the documentation changes locally. To install, use the following command
npm i -g mintlifyRun the following command at the root of your documentation (where mint.json is)
mint devThis repository uses git hooks to enforce style guide compliance and code quality. You must install them:
./.githooks/install.shThe pre-commit hook will:
- ✅ Check for style guide violations (ThemeData, hardcoded colors, etc.)
- ✅ Run verification scripts (syntax checks, validation)
- ❌ Block commits with violations
See Git Hooks Documentation for details.
MANDATORY: Read these before making changes:
- Style Guide - Production-grade styling guidelines
- Component Library - Available components
- Contribution Guide - How to contribute
- Git Hooks - Pre-commit hook documentation