Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 383 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 383 Bytes

TuneIn mini app

TuneIn mini app is an minimalist player for radio stations. "Listen - with taste."

Instructions

  1. Rename .env.local.example to env.local
  2. Install deps npm install
  3. Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.