📖 See the Advent of code for details on how the challanages was made.
Run the npm install to add the dependencies
npm install
Run the main code functionality:
tsc && node dist/index.js
Run the test for all logic methods:
npm run test
First, build the app:
npm run build
Then run the app production mode:
node dist/index.js