Only the plebbest beats. 🎵
It's an ongoing auction for the next song to be played.
Featuring... Connection to Spotify, anon-friendly user profiles, song boosting, and a sick UI.
User Song Selection
Clone and install dependencies
git clone git@github.com:PlebFM/PlebFM.git
cd PlebFM
npm i
Copy .env.sample
to .env.local
and fill in real values
cp .env.sample .env.local
Run the development server
npm run dev
# or
yarn dev
Open https://localhost:3000 with your browser to see the result.