Contributing to Hestia’s documentation
The documentation is built using VitePress. There are a couple of requirements to contribute to it.
Requirements
Viewing your changes locally
- Open the project folder in your terminal.
- If the dependencies are not installed yet, install them by running
pnpm i.
- Run
pnpm dev.
- Navigate to
http://localhost:5173 in your browser.