Skip to content

An unofficial YouTube music desktop client.

License

Notifications You must be signed in to change notification settings

alisoft/ytmusic

Repository files navigation

ytmusic

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

Production

The production server runs at https://kjxbyz.com/ytmusic

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build