Finding Food For Friendly Famished Fellows - Being a college student can be hard, not to mention hungry work. Finding free food has always been the goal, but now we have the technology to make it happen. FoodHunter allows you to offer and find free food near or on campus from the convenience of your iPhone.
CocoaPods is required. To install CocoaPods (from project root directory):
sudo gem install cocoapods
pod setup
pod install
Note: pod setup
may take a long time to complete.
Another option is to run: git clone https://github.com/CocoaPods/Specs.git ~/.cocoapods/repos/master
from your home directory and then run pod setup
from the project root directory.
Add a remote branch to your local Git repository (Only need to do this once)
git remote add upstream https://github.com/CalPolyAppDevClub/FoodHunter.git
Then pull from upstream and update your fork so you have the latest version!
git pull upstream master
git push origin master # this will update your fork of the repo