f521045540b03a49e91b1fb62db205036fb91549
* chore(deps): update go dependencies (non-major) * fix: regenerate code and add postUpgradeTasks for Renovate Regenerate templ and sqlc output to match bumped tool versions. Configure Renovate postUpgradeTasks to run 'go generate ./...' after Go dependency updates, preventing stale generated files in future PRs. --------- Co-authored-by: onion-4-dinner <15676555+onion-4-dinner@users.noreply.github.com>
YellowJacket
How music was meant to bee.
Install
You can grab the latest release here
Features
TODO: add feature list and screenshots here
Development
Development documentation can be found here.
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.