62f9509b592c32ef68636233b6e08395fcf806db
- Fix Go version from 1.24+ to 1.25 (matching go.mod) - Add missing make lint/test commands - Add critical -tags webkit2_41 requirement to all test commands - Add warning about generated files (sqlcgen/, *_templ.go) - Add unexported sentinel error convention, logger.WithGroup() pattern - Add SQLite WAL mode and SetMaxOpenConns(1) detail - Add frontend type checking command (tsc --noEmit) - Add missing backend directories to structure - Consolidate and tighten sections to reduce line count
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.