Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 511 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 511 Bytes

Netlify Status

🏠🎉🎵 Play songs from most famous music streaming websites all in one place!

Hosted on

home-party.online

How to run locally

Install dependencies npm install

Run the app in the development mode npm start

Or build for production and launch server

npm run build
sudo serve -s build