Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 634 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 634 Bytes

Listening Room

Front-end for https://listeningroom.club. A Gatsby/Chakra/XState/Zustand app that communicates to a chat server and plays music streaming from a Shoutcast server.

Dev

  • Install dependencies with yarn
  • create a .env file and add values for GATSBY_STREAM_URL=<YOUR SHOUTCAST SERVER HERE> and GATSBY_API_URL=<YOUR CHAT SERVER HERE>
  • yarn develop

Check the radio-room-server repo for the server-side component.