No description
- TypeScript 93.2%
- CSS 5.5%
- HTML 1.3%
| packages | ||
| .gitignore | ||
| LICENSE | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| README.md | ||
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