musikspider/README.md
2023-04-30 22:40:25 +03:00

17 lines
497 B
Markdown

`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
- [x] 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?