- ?player=3 (or greater) to control both players, turn off rules
- ?empty=1 (anything truthy) to start with empty board
npm install
npm run dev
npm run build && npm run server:dev
Run Unit Tests with Vitest
npm run test:unit
npm start
Lint with ESLint
npm run lint