A Tinder for Events with Google Calendar Integration
- Product Owner: Jason Menayan
- Scrum Masters: Sean Connor, Karianne Burns
- Usage
- Requirements
- Development
- Team
- Contributing
- [Product Development - User Stories]
Deploy via Ionic View. Enter your zip code and favorite event categories to swipe through dozens of targeted events. Those you swipe right can be easily added to your Google Calendar!
From within the root directory:
sudo npm install -g bower
npm install
bower installCheck out the ionic framework docs for cli information, and for how to set up mobile emulation.
Alternatively, use Ionic View to easily deploy on an iOS or Android device.
From within the app directory:
//to serve on browser for development
ionic serve
//to emulate on phone emulator
ionic build
ionic emulate ios //or
ionic emulate android
//to run on a phone, make sure phone has dev settings on
ionic build
ionic run ios //or
ionic run android
See CONTRIBUTING.md for contribution guidelines.
See PRODUCTDEV.md for user stories and other product development details