Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (14 loc) · 298 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 298 Bytes

Voxxr.in Companion - Mobile App

On device deployment

  • Resolve all deps
  npm install
  • Install the Required android platform version
  cordova platform add [email protected]
  • Launch the app on a connected device or an emulator (if installed)
  npm run deploy:android