Looking for gift ideas for your family, friends, or loved ones? Simply pass in their Instagram handle and we'll suggest to you gift ideas based on their photos.
- npm install (to install packages)
- git remote add upstream https://github.com/sfcodecamp/gift.io.git (to be able to pull down the latest code)
- npm start (to start the server)
- git pull --rebase upstream master
- Fix any merge conflicts
- Follow the instructions on completing the rebase. If you're sure you code is up to date, you can ignore the rest of the rebase process.