Chess Bit Board
Immutable chess bit board implementation with move validation.
Commands
npm start
- run tests in watch modenpm run build
- create build indist
foldernpm run lint
- run an ESLint checknpm run coverage
- run code coverage and generate report in thecoverage
foldernpm test
- run all testsnpm run test:watch
- run all tests in watch mode