It's a web-based music player I built for myself's needs.
Note
There's a bultin mp3 playlist url, which is generated by PocketBase, you can change it to yours, if you are using pocketbase as well.
- React 18
- TypeScript
- Vite
- Tailwind CSS
- Shadcn/ui
Note
you can replace pnpm
with npm
if pnpm is not your first choice.
- Clone the repository
- Install dependencies using
pnpm install
- Start the development server using
pnpm run dev
- Build the project using
pnpm run build
- Deploy the contents of the
dist
folder to your web server