Re-plate is a nonprofit organization that uses technology to eliminate food waste and hunger in the community. It enables people and businesses to donate surplus food to other nonprofits or people in need.
Blueprint is a student-run UC Berkeley organization devoted to matching the skills of its members to our desire to see social good enacted in our community. Each semester, teams of 4-5 students work closely with a non-profit to bring technological solutions to the problems they face every day.
This application is currently running
- React Native 0.48.4
This application also requires the latest versions of:
- Node
- watchman (required for macOS - install via homebrew
brew install watchman
) npm
(oryarn
)
It is recommended this app be run with Expo, which can be installed and setup via the installation guide. The installation guide will also require installing Xcode for iOS simulator and Genymotion for Android simulator.
Follow this additional set up guide for Android: Android Setup
git clone git@github.com:calblueprint/replate-marketplace.git
cd replate-marketplace
npm install
Finally, run via Expo or npm start
. Happy developing!