Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 405 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 405 Bytes

Mobile App

Mobile add providing admin functionality for presenters.

Getting started

  • Fork
  • npm install
  • bower install
  • ionic serve

To build the apps:

ionic prepare ios // for initial build
ionic emulate ios
ionic run ios // install and run on device

ionic prepare android // for initial build
ionic emulate android
ionic run android // install and run on a device