mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
Chore/add setup and contributing docs (#90)
* chore: add dev setup documentation * Add agents.md files * simplify contributing documentation
This commit is contained in:
parent
e83f3a36d2
commit
59894d7dec
20 changed files with 510 additions and 329 deletions
|
|
@ -6,6 +6,9 @@
|
|||
<a href="https://docs.dograh.com">
|
||||
<img src="https://img.shields.io/badge/docs-https://docs.dograh.com-blue.svg" alt="Docs: https://docs.dograh.com">
|
||||
</a>
|
||||
<a href="https://deepwiki.com/dograh-hq/dograh">
|
||||
<img src="https://deepwiki.com/badge.svg" alt="Deepwiki: https://deepwiki.com/dograh-hq/dograh">
|
||||
</a>
|
||||
<a href="LICENSE">
|
||||
<img src="https://img.shields.io/badge/license-BSD%202--Clause-blue.svg" alt="License: BSD 2-Clause">
|
||||
</a>
|
||||
|
|
@ -35,8 +38,6 @@
|
|||
|
||||
## 🚀 Get Started
|
||||
|
||||
The only command you need to run:
|
||||
|
||||
##### Download and setup Dograh on your Local Machine
|
||||
|
||||
> **Note**
|
||||
|
|
@ -78,7 +79,7 @@ curl -o docker-compose.yaml https://raw.githubusercontent.com/dograh-hq/dograh/m
|
|||
|
||||
### Voice Capabilities
|
||||
|
||||
- Telephony: Built-in Twilio integration (easily add others)
|
||||
- Telephony: Built-in telephony integration like Twilio, Vonage, Vobiz, Cloudonix (easily add others)
|
||||
- Languages: English support (expandable to other languages)
|
||||
- Custom Models: Bring your own TTS/STT models
|
||||
- Real-time Processing: Low-latency voice interactions
|
||||
|
|
@ -104,7 +105,7 @@ Architecture diagram _(coming soon)_
|
|||
|
||||
### Local Development
|
||||
|
||||
Refer [prerequisites](https://docs.dograh.com/getting-started/prerequisites) and [first steps](#-get-started)
|
||||
Refer [Local Setup](https://docs.dograh.com/contribution/setup)
|
||||
|
||||
### Self-Hosted Deployment
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue