currently in ALPHA testing funniness status

local music player with obs integration. Exposes a localhost webpage for OBS browser to load.
crafted for frogfest, an online music festival
- launch exe (from releases page)
- allow network access
- in OBS, add a new Browser Source, set the url as
localhost:9990
- Clone the repository
- run
pnpm installin terminal of choice. install pnpm if u dont alrdy its just better. pnpm run devto run devlopment (hot-reload only for renderer is enabled),pnpm run dev:watchto hot-reload on main and preload changes.pnpm run build:winto build it (currently windows only).