9267eacb3f82f2ee1789bae2a0ed14cd567ff012
YellowJacket
A MusicBee inspired music player and library manager.
Install
TODO: put release links here
Features
TODO: add feature list and screenshots here
Development
YellowJacket relies on Wails for development. Wails allows us to build a frontend with HTML/CSS/JS and backend with Golang.
Prerequisites
-
First, you will need Go installed.
-
Then, you will need the
wailscli tool.Install it with
go install github.com/wailsapp/wails/v2/cmd/wails@latest -
After installing the Wails CLI you may need some build dependencies. View the missing Wails dependencies by running
wails doctor. Using your system's package manager, install the missing dependencies.
Dev Server
To run the Wails hot-reloading dev server, run make dev in the root of the project.