Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 893 Bytes

File metadata and controls

38 lines (24 loc) · 893 Bytes

XyraPanel Docs

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.


Local Development

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 dev

Docs will be available at http://localhost:3000.


Contributing

Contributions are welcome! To get started:

  1. Fork this repository
  2. Create a new branch for your edits
  3. Make changes following the existing style
  4. Submit a pull request with a clear description

Any improvements like typos, formatting, or content are appreciated.