A group of tools to make twitch streaming easier, including local tts
Built with Tauri + React + Typescript + Vite
Have tauri installed
Have just installed
Note: On windows you might also need LLVM winget install llvm
npm install
just dev
just build
Note: on mac, be sure to add a .env from env.example with your apple credentials. Reference the tauri docs.
Install rust intel support on the apple silicon mac, then build it
rustup target add x86_64-apple-darwin
just build-intel-mac