Skip to content
/ PlebFM Public

Bitcoin-Powered Jukebox - An Ongoing Auction for the Next Song

License

Notifications You must be signed in to change notification settings

PlebFM/PlebFM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netlify Status

Pleb.FM

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.

Host View image


User Song Selection

select song select bid

Getting Started

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.