Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 445 Bytes

readme.md

File metadata and controls

10 lines (7 loc) · 445 Bytes

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