Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 754 Bytes

File metadata and controls

16 lines (12 loc) · 754 Bytes

Follow this simple steps to clone Repository.

  1. open [https://github.com/20dcs/portfolio-template] 

Screenshot (9)

  2. Click on 'code' button and copy that https link.
  3. Now open VsCode -> Open folder in which you have to clone Repository.
  3. Open New Terminal from Terminal in VsCode.
  4. Write below command
     -> git clone https://github.com/20dcs/portfolio-template.git
  
  5. After cloning Repository, Open portfolio-template folder in VsCode -> Open New Terminal and write below command
     -> npm i

write below command in Terminal to run the portfolio-template -> npm start