poker

Poker Modernization Workspace

This repository now defaults to the modern TypeScript workspace in modern/.

Current Default

Quick Start

From repository root:

  1. nvm use (or nvm install && nvm use)
  2. npm run doctor
  3. cd modern
  4. nvm use (or nvm install && nvm use)
  5. npm install
  6. npm run typecheck
  7. npm run build
  8. npm run test:engine
  9. npm run test:server

Note: installs are engine-enforced (.npmrc with engine-strict=true), so use Node 22-24 and npm 10+.

Or use root shortcuts:

Docs

Legacy Codebase

The Laravel/Vue2 implementation remains in place for controlled migration and historical reference.