Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 608 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 608 Bytes

What is this?

ScootRadio is a free, open source web application for streaming public radio.

Why

I wanted a PWA that allowed simple streaming of my favorite public radio stations.

Local Development

  1. clone the repository
  2. Run the backend
    • cd backend
    • view README.md
  3. Run the frontend
    • cd frontend
    • view README.md

Deployment

  • On a commit to main, the relevant services will be be built as containers and deployed to production.