Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 756 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 756 Bytes

Getting Started with Songify

Welcome to Songify! Your very own personalized Desktop Music Player complete with offline downloading! Perfect for long trips, airplane rides, and traveling!

To Start

Clone Songify to Your Local Machine With:

npm clone https://github.com/brwong3/Songify.git

Afterwards, open the project with terminal or a text editor.

Start the server by entering:

cd Backend

npm i

npm start

Afterwards:

cd...

npm i

npm start

This will initialize your React application which the Electron Framework uses for this project.

Finally, to launch your Desktop application:

npm run .

Enjoy!

Demo: https://drive.google.com/file/d/1QRMTMSMwewq-1GpQOYG61ZDeY2UxEHSs/view?usp=share_link