The DMV - Setup
Repository 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>/the_dmv.git (fetch) origin git@github.com:<YOUR_USERNAME>/the_dmv.git (push)
- You can confirm that you have cloned the correct repository by running
- After you clone your fork, navigate into the project root directory and run
bundle install
:cd the_dmv bundle install
- Complete the iterations included in the project requirements
- Remember to commit frequently!