Purdue CS 307 semester project, aims to provide a music player client for users that store their music in Google Drive
- Make sure you've installed Node.js and Git
- Open command line or terminal, go to the directory you want to download the project, paste the line below and hit 'Enter'
git clone git@github.com:thousight/cloud-music-player.git
- Paste the line below and hit 'Enter'
npm install
- To run the project, type in
npm start
to the command line or terminal to get started