Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 727 Bytes

File metadata and controls

37 lines (22 loc) · 727 Bytes

RMF OFF

preview

Browse and listen to all RMFon stations in one place.

Backend

Written in Express and Socket.io with data from RMFon

Frontend

ReactJS, Chakra IU, Socket.io

Setup

Get the code by either cloning this repository using git

git clone https://github.com/auto200/RMF-off.git

... or downloading source code code as a zip archive.

Once downloaded, open the terminal in the project directory, and install dependencies with:

yarn install:all

Then start the app with:

yarn start

The app should now be up and running at http://localhost:3000 🚀