No description
This repository has been archived on 2026-06-11. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • TypeScript 93.2%
  • CSS 5.5%
  • HTML 1.3%
Find a file
2023-12-28 15:22:06 +01:00
packages add client property to check if the client is the authority 2023-12-28 15:22:06 +01:00
.gitignore here be dragons 2023-12-28 15:09:13 +01:00
LICENSE here be dragons 2023-12-28 15:09:13 +01:00
package.json here be dragons 2023-12-28 15:09:13 +01:00
pnpm-lock.yaml here be dragons 2023-12-28 15:09:13 +01:00
pnpm-workspace.yaml here be dragons 2023-12-28 15:09:13 +01:00
README.md update readmes 2023-12-28 15:13:29 +01:00

Party Game Framework

Getting Started

Prerequisites

To install pnpm:

corepack enable
corepack prepare pnpm@latest --activate

Installing

pnpm install

Running

# Start the gateway server
cd packages/gateway
pnpm dev
# Start the client
cd packages/client
pnpm dev

Modules