| title | Quickstart |
|---|---|
| description | Get started with Ringee installation |
Choose the best option for your use case:
Recommended for **production** — everything in one command Recommended for **developers** — full local setup Run individual containers from the command lineIf you just want to get Ringee running as fast as possible:
git clone https://github.com/ringee-io/ringee-app.git
cd ringee
cp .env.example .env # Fill in your API keys
docker-compose -f docker-compose.app.yml up --build -dThen open:
- Admin frontend → http://localhost:4200
- Consumer frontend → http://localhost:4201