Download NVM (if you don't have it)
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bashNow either close your shell and open a new one or reload your shell.
source ~/.bashrcor if you use zsh
source ~/.zshrcVerify
nvm --version
> 0.39.7At the root of the project run:
nvm install
nvm use
node -v
> v20.x.x.x
npm -v
> 10.x.xnpm install -D typescript ts-node-dev @types/node @types/express- Install Git
- Generate SSH key
- Add key to GitHub
- Clone repository