Spotiparty is a personal project that aims to be the app that everyone uses with friends in karaoke
- User authentication with an Spotify account
- User can create and join rooms by QR code or custom link
- Users can create auto-generated playlist based on room members' top tracks
- Full playback control of tracks on user's active devices
- Clone the Repository on your local machine
git clone https://github.com/paolorossig/spotiparty.git
cd spotiparty
yarn install
-
Create the
.env.local
file with the environment variables listed in.env.example
-
Use the scripts commands
yarn dev # To run in Development Mode
yarn build # To build the app
yarn start # To run the build