Add make targets for local chat and router

This commit is contained in:
josedario87
2025-06-04 22:58:59 -06:00
parent 09ecf78434
commit 49fc0d6154
3 changed files with 28 additions and 1 deletions

View File

@@ -19,3 +19,12 @@ docker-compose up --build
```
The chat UI will be available on [http://localhost:3000](http://localhost:3000). Open-wa exposes its API on port `8080` and the WhatsApp router listens on port `3001`.
Alternatively you can run the chat UI and router locally using Make:
```bash
make chat # start chat-ui
make router # start whatsapp-router
```
Both targets read configuration from a `.env` file if it exists (see `.env.example`).