Skip to content

EDesignLabs/Breadcrumbs

Repository files navigation

Breadcrumbs

Math is awesome!

Getting started

Developing

Set Up

    git clone git://github.com/rjraffa/BreadcrumbsDev.git
    cd BreadcrumbsDev
  • Open the xcodeproj file, and drag and drop the ofxEasyRetina and ofxGestureRecognizer from your local directory to the xCode project folder labeled "addons"
  • Run your project!

Branching

  • Every time you want to add a new feature or fix a bug, create a new branch based on the latest from upstream master (do not work off your own master branch)!
	git checkout master -b name-of-your-feature-branch
    git pull origin master
  • Once you've finished your work and have added and commited your changes locally, push to origin repo:
    git push origin name-of-your-feature-branch
  • Finally, go to GitHub and submit a pull request from your new branch. You or a teammate can then review the request and merge it cleanly into the main master!

Details

Languages

Thank you, Mike Edwards, for the awesome ReadMe format!

Releases

No releases published

Packages

No packages published