Youtube Music but it's good
https://cd.afkdev.me
- TypeScript 33%
- Svelte 31.9%
- CSS 28.9%
- JavaScript 4.2%
- HTML 2%
| .vscode | ||
| src | ||
| static | ||
| .gitignore | ||
| .npmrc | ||
| .prettierignore | ||
| ecosystem.config.cjs | ||
| eslint.config.js | ||
| package-lock.json | ||
| package.json | ||
| prettier.config.js | ||
| README.md | ||
| tsconfig.json | ||
| vite.config.ts | ||
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