- 🎧 Listen to the same songs with your friends
- 🔥 Interact through instant messaging, proximity audio, reactions and voting
- 💬 A fair queue system to ensure everyone's song choices gets played
- âš¡ Sleek UI thanks to Chakra-UI components
To get a local copy up and running follow these simple steps.
Requires Node version >= 14.16.0
- You can check your Node version like this
node -v
💥 IMPORTANT: make sure you also clone and run the backend here 💥
- Clone this repo
git clone https://github.com/spatialdj/frontend.git
- Install NPM packages
npm install
- To run the front end in development mode
npm start