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.
- Host: GitHub
- URL: https://github.com/yimura/remoteunlockapp
- Owner: Yimura
- Created: 2024-06-14T15:58:33.000Z (about 2 years ago)
- Default Branch: new
- Last Pushed: 2025-08-24T09:18:00.000Z (10 months ago)
- Last Synced: 2025-09-06T21:24:29.265Z (10 months ago)
- Language: TypeScript
- Homepage:
- Size: 782 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.