Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 218 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 218 Bytes

Setup

Tested with Node v18.15.0.

Clone repo and run:

yarn

Run app

yarn start

Run tests

yarn test

Or to also automatically rerun tests after file save:

yarn test:watch