I decided to stop development once Quantum Mob shipped their excellent Dealmap app first
Happy Finder is a mobile app that finds food and drink deals near you based on your current location, searching through a crowd sourced list of restaurants and bars accessed through happy-finder-server.
NOTE: Currnetly supports iOS only.
After cloning the repo and installing dependencies via npm install
, follow the steps below to get up and running.
- Install Xcode.
- Clone happy-finder-server and follow setup instructions, running the server locally.
- Create
env.json
, usingenv.json.ex
as a template, and fill in any missing values for your environment. - Start emulator by running
npm run ios
.
You should now have a running local envirnment in an iOS emulator.