A lightweight radio that plays mp3s in the browser.
- Node.js >= 21.0.0
npm install mini-radio
or use it globally:
npx nlaz/mini-radio .
npm start
Run in development mode with hot reload
npm run dev
bun start
- Run the radio playerbun run dev
- Run in development mode with auto-reloadbun run build
- Build the application for production