Files
2026-04-28 01:03:44 +00:00

636 B

kryz-go

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

npm install

Develop Frontend

npm run dev

Build Web Assets For Capacitor

npm run build

This exports static files into out/, which is the Capacitor webDir.

Sync Native Projects

npm run sync

Run Android

npm run android

Open Android Studio

npm run open:android