/BMLTSearch

Archived in favor of https://github.com/bmlt-enabled/BMLTSearch3

Primary LanguageTypeScriptMIT LicenseMIT

BMLT Meeting Search

Apple iphone/ipad app link

https://itunes.apple.com/us/app/bmlt-search/id1370165741?mt=8

Android phone/tablet link

https://play.google.com/store/apps/details?id=ie.nasouth.bmltsearch&hl=en

Build it yourself (on a mac)

Download the master.zip file...

https://github.com/paulnagle/BMLTSearch/archive/master.zip

Unzip the zip file and cd into the directory that is created

Install Ionic Framework (For more details see https://ionicframework.com/)

$ npm install -g ionic@latest

Install package.json dependencies

$ npm install

Install Cordova/PhoneGap plugins (Cordova Plugins package.json branch dependencies)

$ ionic state restore

Test your app on multiple screen sizes and platform types by starting a local development server

$ ionic cordova run -l

To build for app store distribution, I have found that the best thing to do is to run the re-plugin.sh script.

After this, a platforms directory will be created with folder for android that contains an Android Studio project, and a folder for ios that contains an xcode project.