- node
- pnpm
pnpm i -g ts-node
- Open a folder in terminal where you will put your project folder
- Copy HTTPS path from GitHub -> Code
- In terminal run
git clone <path>(will create a new folder with the repository) - run
cd ./<folder name>to open the repository folder - run
code .to open VS Code in this folder - run
pnpm i
- In VS Code Terminal open the folder with the file:
cd ./riddles - run
ts-node <fileName>
- In the Run and Debug on the left
- Start JavaScript Debug Terminal
- In that terminal run
ts-node <fileName>
- Using Source Control press Commit, then Sync Changes
- In terminal
git pull