Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.26 KB

File metadata and controls

22 lines (18 loc) · 1.26 KB

My First Boxmodel

Part 1 - Clone the project

  • Begin by forking this project into a personal repository.
    • To do this, click the Fork button located at the top right of this page.
  • Navigate to your github profile to find the newly forked repository.
  • Clone the repository from your account into the ~/dev directory.
  • Open the newly cloned project in a code editor (Visual Studio Code, for example).

Part 2 - Creating the boxmodel

Part 3 - Submit Assignment

  • Submit the assignment by pushing the changes you have made to the project.
  • Execute the following commands from the root directory of the project to push changes to your repository.
    • git add .
    • git commit -m 'finished assignment'
    • git push -u origin master

Part 4 - Modify previous projects