Skip to content
/ project Public template

This sets up the configurations for the templates into a workspace with a shared configuration

Notifications You must be signed in to change notification settings

Kolawole99/project

Repository files navigation

Git Environment Setup

  1. Install Git depending on your operating system. https://git-scm.com/downloads

  2. Setup SSH to GitHub for your machine, following this article: https://www.freecodecamp.org/news/git-ssh-how-to/

Local Environment Setup

NOTE: READ THIS BEFORE CLONING THE REPOSITORY

  1. Create a folder on your local machine called templates.
    mkdir templates
    
  2. Launch your terminal and change into the templates folder.
    cd templates
    
  3. Clone the Project repository.
    git clone [email protected]:Kolawole99/project.git
    
  4. Change to the project sub directory in the templates folder.
    cd project
    
  5. Run the Setup Script
    ./setup.sh
    

About

This sets up the configurations for the templates into a workspace with a shared configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages