To run this program on Linux or Mac a package manager like npm should be installed. Typescript is used to write the program. To run the program it should be compiled to nodejs. Run the following sequence of commands in the root folder of the project to run the program:
npm i
npm run build
npm run run
If you want to change the program and run the unit test. You can do it through the following command:
npm run test