This is part of Academy's technical curriculum for The Mark. All parts of that curriculum, including this project, are licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License
yarn
yarn test - this will run jest
or
yarn test --bail - stop as soon as one suite fails
or
yarn test:watch - this will run jest --watchAll
yarn start - this will run node src/main.js
