In order to run the project you'll need a stable version of NodeJS, Yarn and TypeScript installed on your computer.
To install the dependencies run the following command:
yarn install
For running the tests, you can use the following command:
yarn test
WIP