Contributing
Contributions are welcome. The full guide - local setup, branch and PR conventions, the release flow, and the documentation policy - lives in CONTRIBUTING.md in the repository.
Quick start for contributors
Section titled “Quick start for contributors”git clone https://github.com/komaa-com/elevenlabs-msteams-bridgecd elevenlabs-msteams-bridgenpm cinpm test # node:test suites via tsxnpm run typechecknpm run build- One runtime dependency (
ws); everything else is dev-only. mainis protected: land changes through a pull request with thetest (20)andtest (22)checks green.- Docs live in
website/(this site). Any merged change towebsite/redeploys the site automatically.
Documentation policy
Section titled “Documentation policy”Document how to connect to the hosted StandIn service and how the bridge behaves on the wire. Do not document the internals of the hosted media bridge - this repository only depends on its published wire contract.