Go to file
2023-04-30 22:40:25 +03:00
.vscode feat: init impl 2023-04-21 22:35:25 +03:00
src add readme 2023-04-30 22:40:25 +03:00
static feat: init impl 2023-04-21 22:35:25 +03:00
.envrc chore: add envrc and gitignore, make flake work 2023-04-12 07:21:16 +03:00
.eslintignore feat: init impl 2023-04-21 22:35:25 +03:00
.eslintrc.cjs feat: init impl 2023-04-21 22:35:25 +03:00
.gitignore feat: init impl 2023-04-21 22:35:25 +03:00
.npmrc feat: init impl 2023-04-21 22:35:25 +03:00
.prettierignore feat: init impl 2023-04-21 22:35:25 +03:00
.prettierrc feat: init impl 2023-04-21 22:35:25 +03:00
flake.lock chore: update flake 2023-04-12 11:09:04 +03:00
flake.nix feat: init impl 2023-04-21 22:35:25 +03:00
package.json fix: correct loop behaviour, fix prod build 2023-04-30 22:20:49 +03:00
pnpm-lock.yaml fix: correct loop behaviour, fix prod build 2023-04-30 22:20:49 +03:00
postcss.config.js feat: init impl 2023-04-21 22:35:25 +03:00
README.md add readme 2023-04-30 22:40:25 +03:00
svelte.config.js feat: init impl 2023-04-21 22:35:25 +03:00
tailwind.config.js feat: init impl 2023-04-21 22:35:25 +03:00
tsconfig.json feat: init impl 2023-04-21 22:35:25 +03:00
vite.config.ts feat: implement better track view, fix virtual list issue, implement icons 2023-04-23 07:06:52 +03:00

musikspider is a web client that works with musikquadrupled. It is made using SvelteKit.

Development

  • Get pnpm and nodejs.
  • Run pnpm dev for development server.
  • Run pnpm build for production build.

TODOs

  • basic music playing and controls
  • implement playlists (local)
  • implement album and artist viewing
  • implement persistence of music data, playlists and such
  • implement scrobbling (last.fm, etc)
  • implement discord status
  • add tauri app?