Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 554 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 554 Bytes

mello online radio zoomer 9000 📻🚴‍♀️

original code written by zaire, good code rewritten by mellodoot

setup 💽

  • git clone this repo
  • npm ci to install prerequisites
  • copy config.example.json to config.json
  • edit the config file accordingly
  • ...
  • profit?

setup (for docker nerds) 🐋

  • git clone this repo
  • docker compose build
  • copy config.example.json to config.json
  • edit the config file accordingly
  • docker compose up -d
  • ...
  • profit?