# cortex-realtime-voice

To install dependencies:

```bash
bun install
cd client
bun install
```

To run:

Set up your .env file with the correct Cortex API key and access to the realtime voice service.

```bash
# In the server directory
bun run dev
```

To run in production:

```bash
# In the server directory
bun run start:prod
```
