Official documentation for XyraPanel, an open-source game panel built with Nuxt.
This repository contains the source code for the XyraPanel Documentation.
The goal is to make XyraPanel’s setup, configuration, and customization easy to understand for developers and users alike.
Run the docs locally:
# Clone the repo
git clone https://github.com/XyraPanel/docs.git
# Install dependencies
pnpm install
# Start the development server
pnpm run devDocs will be available at http://localhost:3000.
Contributions are welcome! To get started:
- Fork this repository
- Create a new branch for your edits
- Make changes following the existing style
- Submit a pull request with a clear description
Any improvements like typos, formatting, or content are appreciated.