Loading…
This training application is built with the following open-source projects.
This training application UI was built with the assistance of Claude Code and Claude by Anthropic. Claude was also used to figure out the (often ancient) Python environments for the tools configured on the Call Center Village laptops.
Clone this project and run it locally in your browser.
# Clone the repository git clone https://github.com/CallCenterVillage/voice-training.git cd voice-training # Install dependencies pnpm install # Start the dev server pnpm run dev # Open http://localhost:5173 in your browser # Or build for production pnpm run build pnpm run preview