You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hestiacp/docs/docs/contributing/documentation.md

16 lines
574 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# Contributing to Hestias documentation
The documentation is built using [VitePress](https://vitepress.vuejs.org). There are a couple of requirements to contribute to it.
## Requirements
- Node.js 16 or higher
- A code editor with Vue and Markdown support. We suggest [Visual Studio Code](https://code.visualstudio.com).
## Viewing your changes locally
1. Open the project folder in your terminal.
2. If the dependencies are not installed yet, install them by running `npm install`.
3. Run `npm run docs:dev`.
4. Navigate to `http://localhost:5173` in your browser.