Skip to content

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 enable

Install the project dependencies:

bash
pnpm i

Start the documentation development server to preview your changes:

bash
pnpm docs:dev

Contributing

Contribution welcomes! Please feel free to submit a Pull Request.

Released under the MIT License.