Frontend web application for the Muzika music player. Vue.js-based user interface for browsing, playing, and managing music queues and playlists.
- Ensure Node.js 18+ and npm 9+ are installed
- Install dependencies:
npm install - Run development server:
npm run dev - Application runs on port
8080(or configured port)
Deploy to Kubernetes namespace muzika:
kubectl apply -k k8s/Image: ${ACR_NAME}.azurecr.io/muzika/muzikaplayer:latest
Requires: Nginx-based container image, ConfigMap (if needed)