Development

This project uses pnpm for package management. Please ensure you have Node.js that satisfies the package engines field and corepack enabled.

Enable corepack to use the correct package manager version:

corepack enable

Install dependencies:

pnpm i

Build the plugin with Rslib:

pnpm build

Start the Rspress documentation development server:

pnpm docs:dev

Build the documentation site:

pnpm docs:build

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.