We have updated the content of our program. To access the current Software Engineering curriculum visit curriculum.turing.edu.
FlashCards - 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>/flash_cards.git (fetch) origin git@github.com:<YOUR_USERNAME>/flash_cards.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!