Skip to content

Project Documentation

This project uses VitePress to power its documentation site.

Getting Started

Follow the steps below to install dependencies and run the VitePress dev server.

1. Install dependencies

Ensure you have Node.js installed (version 16 or higher is recommended).

Then run:

bash
npm install

Start dev server

bash
npm run docs:dev