Sheet: https://docs.google.com/spreadsheets/d/1WZazdk_lz4Xdkb8VzhRkFrPXO3nL052VHcLveTDts9s/edit#gid=0
- Clone this repository.
- Install dependencies with
pnpm install
.
- Write your TypeScript code in the
src
directory. - Run your file with 'pnpm start $nameoffile'
The file is run by tsx which compile and runs typescript file at the same time