We have updated the content of our program. To access the current Software Engineering curriculum visit curriculum.turing.edu.
War or Peace - Setup
- Fork this repository
- Clone YOUR fork to your computer
- Make sure you don’t clone the turingschool-examples repository
- You can confirm that you have cloned the correct repository by running
git remote -v
. You should see something like this:
origin git@github.com:<YOUR_USERNAME>/war_or_peace.git (fetch) origin git@github.com:<YOUR_USERNAME>/war_or_peace.git (push)
- You can confirm that you have cloned the correct repository by running
- Complete the iterations included in the project requirements
- Remember to commit frequently!