Install Node.js on your system. Then install the project dependencies via
npm install
To compile and run the program use
npm run cli
Tests are written with Jest. Run them via
npm run test
If you want to an IDE like Webstorm to run them, make sure to enable
ECMAScript Module support by setting --experimental-vm-modules
.