Transitions UI to react.js

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-28 01:03:44 +00:00
co-authored by Copilot
parent 1897f8a9e7
commit dcae0b604b
12 changed files with 469 additions and 225 deletions
+46 -1
View File
@@ -1,3 +1,48 @@
# kryz-go
KRYZ Go! Mobile radio app
KRYZ Go! mobile radio app built with Next.js + React and packaged with Capacitor.
## Stack
- Next.js (App Router, static export)
- React
- Capacitor (Android and iOS)
- `@anuradev/capacitor-background-mode` for improved background playback reliability
## Install
```bash
npm install
```
## Develop Frontend
```bash
npm run dev
```
## Build Web Assets For Capacitor
```bash
npm run build
```
This exports static files into `out/`, which is the Capacitor `webDir`.
## Sync Native Projects
```bash
npm run sync
```
## Run Android
```bash
npm run android
```
## Open Android Studio
```bash
npm run open:android
```