iOS application for crowdsourced voter canvassing.
- git
- Xcode
You should build with one of the following schemes:
DebugLocal
hits a locally running version of the Rails APIDebugStaging
hits the staging API
Note: To view the Storyboard, tap the size class control at the bottom and change it to Compact-Any
- Fork it ( https://github.com/Bernie-2016/fieldthebern-ios/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request