An open API service indexing awesome lists of open source software.

https://github.com/yimura/remoteunlockapp

Companion App for Remote Car Unlock microcontroller.
https://github.com/yimura/remoteunlockapp

Last synced: 10 months ago
JSON representation

Companion App for Remote Car Unlock microcontroller.

Awesome Lists containing this project

README

          

# Remote Unlock Companion App

## Development

The following steps are making the assumption that you're working from within the DevContainer and have `adb` present in your PATH.

### How to start

Run the following commands in order in separate command lines:
1. `npm start` : starts the frontend server.
2. `npm run android` : builds the application and deploys it to an adb connected device.