mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-22 07:30:25 +00:00
575 B
575 B
Contributing to Phyre Panel documentation
The documentation is built using VitePress. 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.
Viewing your changes locally
- Open the project folder in your terminal.
- If the dependencies are not installed yet, install them by running
npm install
. - Run
npm run docs:dev
. - Navigate to
http://localhost:5173
in your browser.