go-crm improvements
This commit is contained in:
10
AGENTS.md
10
AGENTS.md
@@ -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
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user