This guide will walk you through setting up WSL, installing Git, cloning the Thunder Mountain Curry (TMC) repository, setting up Node.js, and installing the project dependencies.
Now that Git is installed, you can clone the TMC repository from GitHub.
In your Ubuntu terminal, navigate to the directory where you want to clone the project:
cd ~Run the following command to clone the TMC repository:
git clone https://github.com/sparakala21/TMC.gitAfter cloning, navigate into the project directory:
cd TMC