Skip to content
This repository was archived by the owner on Jun 27, 2026. It is now read-only.

Latest commit

 

History

History
44 lines (36 loc) · 824 Bytes

File metadata and controls

44 lines (36 loc) · 824 Bytes

Xena Stats

An open-source, cloud-based Minecraft server analytics panel built with TanStack Start. Designed for security and ease of use.

Contributors

Contributing

Quick start:

  1. Install dependencies with pnpm install from the root directory.

  2. Run the website in a development environment:

    • In the root directory:
       pnpm web dev
    • Or
       cd apps/website
       pnpm run dev
  3. Build and preview website:

    • In the root directory:
       pnpm web build
       pnpm web preview
    • Or
       cd apps/website
       pnpm run build
       pnpm run preview
      • Press Ctrl + C to stop preview.
  4. Code Linting:

    • In the root directory:
       pnpm -w run check --unsafe