To be able to run this script on your local machine you need to follow the following steps.
Follow the instruction on the official git website. https://git-scm.com
To verify your local git installation, you can run the following command in your terminal :
git --version
Run this command in your terminal :
git clone [email protected]:hugoarru/Superb-greeting.git
Follow the instruction to install the latest Node.js version from the official website. https://nodejs.org
To verify the node.js version run the following command :
node --version
cd Superb-greeting
npm start