Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 602 Bytes

README.md

File metadata and controls

38 lines (32 loc) · 602 Bytes

Rocket.Chat.Cordova

Rocket.Chat Cross-Platform Mobile Application via Cordova

!!!Attention!!!

This application only connects with servers that were compiled with mobile platforms enabled

How to run

Requirements

  • npm
  • nodejs 0.12

Install dependencies

sudo npm install cordova coffee-script -g

Prepare - Install plataforms and plugins

cordova prepare

Run on emulator

cordova emulate ios

or

cordova emulate android

Run on device

cordova run ios --device

or

cordova run android --device