An open-source, cloud-based Minecraft server analytics panel built with TanStack Start. Designed for security and ease of use.
Quick start:
-
Install dependencies with
pnpm installfrom the root directory. -
Run the website in a development environment:
- In the root directory:
pnpm web dev
- Or
cd apps/website pnpm run dev
- In the root directory:
-
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 + Cto stop preview.
- Press
- In the root directory:
-
Code Linting:
- In the root directory:
pnpm -w run check --unsafe
- In the root directory: