Youtube Music but it's good https://cd.afkdev.me
  • TypeScript 33%
  • Svelte 31.9%
  • CSS 28.9%
  • JavaScript 4.2%
  • HTML 2%
Find a file
dotman 64367acb02 o
2026-07-25 15:09:39 +01:00
.vscode Initial commit 2026-07-21 16:15:35 +01:00
src o 2026-07-25 15:09:39 +01:00
static controls and playlist support 2026-07-22 04:22:04 +01:00
.gitignore Initial commit 2026-07-21 16:15:35 +01:00
.npmrc Initial commit 2026-07-21 16:15:35 +01:00
.prettierignore Initial commit 2026-07-21 16:15:35 +01:00
ecosystem.config.cjs controls and playlist support 2026-07-22 04:22:04 +01:00
eslint.config.js Initial commit 2026-07-21 16:15:35 +01:00
package-lock.json Initial commit 2026-07-21 16:15:35 +01:00
package.json Initial commit 2026-07-21 16:15:35 +01:00
prettier.config.js Initial commit 2026-07-21 16:15:35 +01:00
README.md Initial commit 2026-07-21 16:15:35 +01:00
tsconfig.json Initial commit 2026-07-21 16:15:35 +01:00
vite.config.ts controls and playlist support 2026-07-22 04:22:04 +01:00

Cadence

Cadence is a lightweight YouTube client mostly focused on mysic

Setup

Install dependencies:

npm install

Start the dev server:

npm run dev

Run checks:

npm run check
npm run lint
npm run test

Build for production:

npm run build