Development
This project uses pnpm for package management. Please ensure you have Node.js (v24+ recommended) installed and corepack enabled.
Enable corepack to use the correct package manager version:
bash
corepack enableInstall the project dependencies:
bash
pnpm iStart the documentation development server to preview your changes:
bash
pnpm docs:devContributing
Contribution welcomes! Please feel free to submit a Pull Request.