logan 7317e093a7 fix(ci): fix golangci-lint version, skip player test in CI, remove standalone frontend build
- Use specific golangci-lint version (v2.5.0) instead of 'v2' which
  the action cannot parse
- Use --build-tags flag (v2 syntax) instead of -tags
- Skip player test in CI: requires Wails runtime context and audio
  device which are unavailable in GitHub Actions
- Remove standalone 'pnpm build' from frontend job since Vite cannot
  resolve Wails path aliases alone; the build-check job validates the
  full build via Wails
2026-02-13 22:18:25 -06:00
2026-02-14 04:12:52 +00:00

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

  1. First, you will need Go installed.

  2. Then, you will need the wails cli tool.

    Install it with

    go install github.com/wailsapp/wails/v2/cmd/wails@latest
    
  3. 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.

S
Description
No description provided
Readme
15 MiB
v0.7.0
Latest
2026-08-26 16:03:22 +00:00
Languages
TypeScript 50.6%
Go 43.6%
Java 1.8%
JavaScript 1.5%
Shell 1.4%
Other 0.9%