The new way to find local bars that are suitable to your taste. The more you use the app, the better our predictions for your next favorite bar become. To find the right bar all you have to do is Dive in.
- Product Owner: Bryan Liu
- Scrum Master: Jack McDevitt
- Development Team Members: John Paulino, Stacy Huang
Some usage instructions
- Node 0.10.x
- Redis 2.6.x
- Ionic ^1.5.5
- Cordova ^5.1.1
- ion-sim ^3.1.1
From within the root directory:
npm install
From within the public directory:
npm install
//Adding OS platform to ionic and cordova whitelist plugin
cordova platform add <ios / android>
ionic plugin add https://github.com/apache/cordova-plugin-whitelist.git
//for ios specifically
ionic build ios
//for android specifically
ionic run android
ionic serve
//to run in browser
ionic emulate
//to run in emulator
View the project roadmap CurrentProjectRoadMap.md
See CONTRIBUTING.md for contribution guidelines.