go-crm improvements

This commit is contained in:
2026-05-01 15:43:13 -03:00
parent ee6673265f
commit 31247a63f6
17 changed files with 416 additions and 63 deletions

View File

@@ -59,6 +59,16 @@ npm run test:coverage # Jest with coverage
```bash
cd apps/whatsapp-reader
# No test script defined
node index.js # Run main script
node sync.js # Run sync script
```
### timesfm-forecast (Python/uv)
```bash
cd apps/timesfm-forecast
uv venv && source .venv/bin/activate # Create & activate venv
uv pip install -e . # Install package
timesfm-app # Run Streamlit app
```
---