488 B
488 B
ALWAYS start replies with ⚔️.
What this project is
An implementation of the RPG Combat rules engine. There are six user stories described in user-stories.md
Build and Test Scripts
npm test: runs unit tests using vitestnpm run lint:fix: runs eslint with autofixnpm run format:fix: runs prettier with autofixnpm run typecheck: runs tsc without emitnpm run checks: runs the pre-commit gate (format:fix, lint:fix, typecheck, test)