This app is a first implementation of a desktop client for the YouTube Music service
:warn: This is currently a work in progress in early state, so there is not release provided at the moment.
Clone the project with :
$ git clone [email protected]:yomansk8/youtube-music-desktop-player.git
Then install dependencies with :
$ npm instal # Or yarn if using yarn ;)
Then run the app with :
$ npm run start # Or yarn start