Files
2025-01-05 07:36:01 +00:00

712 B

Yukiotoko

A multiplayer server for your favorite touchy slidey game

Usage

# Set up the database
docker compose up -d

# Install required dependencies
pnpm install

# Sync the database with the current schema
pnpm db:push

# Start the server (development mode)
pnpm dev

# Build for production
pnpm build

# Start the server with all applications
pnpm start

Set matching_uri: to the server's matching port (Default: 9004)
Set holepuch_uri and reflector_uri to the server's UDP port (Default: 50201)
Public matching server available at http://yukiotoko.chara.lol:(Ports as described above)
(Be sure to set your server's Rom/Data Version correctly, and match open/close hours correctly)