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 iCopy .env.sample to .env.local and fill in real values
cp .env.sample .env.localRun the development server
npm run dev
# or
yarn devOpen https://localhost:3000 with your browser to see the result.
