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 install
in terminal of choice. install pnpm if u dont alrdy its just better. pnpm run dev
to run devlopment (hot-reload only for renderer is enabled),pnpm run dev:watch
to hot-reload on main and preload changes.pnpm run build:win
to build it (currently windows only).