A remake of MHM 2000, my best hockey manager simulation from 1999-2000.
- Use Node
v24(see.nvmrc) - Install dependencies:
pnpm install - Start dev server:
pnpm dev
- Create production build:
pnpm build
- Run TypeScript checks:
pnpm typecheck
- Run the vitest suite:
pnpm test --run
- Run lint, formatter (with fixes), typecheck, and tests in one go:
pnpm verify