Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 537 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 537 Bytes

Welcome to the advent of code! (code solutions)

📖 See the Advent of code for details on how the challanages was made.

Requirements

Run the npm install to add the dependencies

npm install

Run

Run the main code functionality:

tsc && node dist/index.js

Test

Run the test for all logic methods:

npm run test

Build

First, build the app:

npm run build

Then run the app production mode:

node dist/index.js