Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 517 Bytes

File metadata and controls

29 lines (23 loc) · 517 Bytes

Tumbach;Radio

frontend for titleturtle

Description

This app is designed as a simple online radio player. Frontend is lightweight and quite flexible.

Prerequisites

  • Node.js (LTS version or later)
  • npm

Installation

Clone and install dependencies

git clone https://github.com/tumbach/radio-v0
cd radio-v0
npm i

Production build

npm run build

Development and testing

npm run watch