A functional chess game built using chessboard.jsx and chess.js. UX inspired by lichess.org
Deployed at https://jaaydenh.github.io/chess-app/
pmpm install
pnpm run dev
pnpm run test
To view the Vitest dashboard with code coverage
pnpm run test:ui --coverage.enabled=true