Skip to content

albatrocity/radio-room

Repository files navigation

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.

Languages