Jukebox Web is the web interface for the Distributed Jukebox System, a cohesive music management system that spans across web, macOS, mobile, and backend platforms. Built with Blazor, a .NET web framework, this component allows users to interact with the jukebox through their web browser, selecting tracks to play and viewing the current queue.
- Environment Setup: Ensure you have .NET SDK installed, specifically for Blazor WebAssembly.
- Clone the Repository:
git clone https://github.com/devRauLuis/jukebox-web.git
- Navigate to the Project Directory:
cd jukebox-web
- Install Dependencies: Use the .NET CLI to restore packages:
dotnet restore
- Run the Application:
dotnet run
This project is licensed under the GNU General Public License v3.0.