Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 619 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 619 Bytes

Videodromm Mobile

Table of Contents

Getting Started

  • Download the installer for Node LTS.
  • Install the ionic CLI globally: npm install -g ionic
  • Clone this repository: git clone https://github.com/videodromm/videodromm-mobile.git.
  • Run npm install from the project root.
  • Run ionic serve in a terminal from the project root.
  • Profit. 🎉

Android

  • npm run build
  • npx cap sync
  • npm run ionic:build

Websockets

  • <application android:usesCleartextTraffic="true" />