-
Install Git depending on your operating system. https://git-scm.com/downloads
-
Setup SSH to GitHub for your machine, following this article: https://www.freecodecamp.org/news/git-ssh-how-to/
NOTE: READ THIS BEFORE CLONING THE REPOSITORY
- Create a folder on your local machine called templates.
mkdir templates
- Launch your terminal and change into the templates folder.
cd templates
- Clone the Project repository.
git clone [email protected]:Kolawole99/project.git
- Change to the project sub directory in the templates folder.
cd project
- Run the Setup Script
./setup.sh