Skip to content

TerryMooreII/BusterRadio

Repository files navigation

Buster Radio

BusterRadio

Your #1 site for listening to live music from around the world.

A frontend version of Archive.org Live music

Old Versions

This project started years ago as a way to learn KnockoutJS. It has since been a way for me to take deep dives in to other JS frameworks.

To run locally

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint