/messenger

Primary LanguageTypeScriptMIT LicenseMIT

This is the messenger App for TWIC.

Install

$ sudo npm install -g ionic cordova

Add your configuration files in config Folder (look at /configs/localhost for an example ):

  • google-services.json
  • GoogleService-Info.plist
  • configuration.ts ( it will replace src/const/configuration.ts )

Then build (Ionic will prompt you to install dependencies, just say YES)

$ ionic build

Run

$ ionic serve

Compile ( For Android )

Add a build.json & its associated .keystore file in root folder. Then just run:

$ npm run android-apk