Don't worry we are here to help!!!
If you don't have GIT installed, refer this tutorial
In case having trouble with GIT SetUp, refer this tutorial
Further more follow the following steps and you are ready to go🚀🚀🚀...
Cloning the repo -
git clone https://github.com/Clueless-Community/first-contribution.git
Changing your local directory to the repo-
cd first-contribution
Playing with all the dependencies -
npm config set legacy-peer-deps true
Installing Node Modules-
npm install --force
Running the preview -
npm run dev