Skip to content

marcosabb/controlae-mobile

Repository files navigation

Controlaê

🤘 Remote control with React Native

Controlaê screens

Installer

Android .apk installer

Getting started

Prerequisites

  • You'll need to run the backend server, follow these instructions.

Installing

  • Clone this repo (git clone git@github.com:marcosabb/controlae-mobile.git)
  • Install dependencies (yarn)
  • Create a .env file and copy/paste the content of .env.example file
  • Install app on Android device or emulator (yarn android)
  • Start app (yarn start)

Contribute

  • Fork this repo
  • Create a new branch (git checkout -b feature/awesome-feature)
  • Add you changes (git add .)
  • Commit your changes (git commit)
  • Push to the branch (git push origin feature/awesome-feature)
  • Create a pull request

If you want add a new device, open a issue with device type (e.g: tv), and brand.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.