To run locally:
git clonethe projectcd pentominoesnpm inpm run dev
The tests are using vitest. If npm run test doesn't work then try updating your node/npm version; you'll have to delete node-modules and then rerun npm i for this to take effect.

