Next-generation Minecraft skin server with Yggdrasil API compatibility.
- Node.js:
^22.18.0or>=24.12.0 - Go:
1.26 - Package Manager: pnpm
pnpm install # Install frontend dependencies
pnpm dev # Start frontend dev server
make dev # Run both frontend and Go backend concurrently
make build # Build frontend and Go server binary
make run # Run the Go server
pnpm lint # Lint frontend
make lint # Lint all (frontend + Go)