The purpose of this service is to make up for limitations of YT music platform. It must be a dead simple tool to allow you to share and manage your youtube music playlists
I am a big fan of music as many of us are. There are loads of music service providers, one of which is Youtube music. It is a great music listening platform, every music item I have I store there. However it comes with some limitations.
Install with
git clone <utl-to-this-repo>cd to a projects root directory
cd <path-to-musc-repo>Install dependencies
npm iTo run unit tests hit
npm run test:unitTo run integration tests hit
npm run test:iTo run e2e tests hit
npm run test:e2eYou can also run all the tests at once, but it is not reccomended
npm run testOnce you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:
Deployment links Development environment
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --openTo create a production version of your app:
npm run buildYou can preview the production build with npm run preview.
To deploy your app, you may need to install an adapter for your target environment.