21 lines
414 B
Markdown
21 lines
414 B
Markdown
# CRM Draft
|
|
|
|
Minimal CRM draft focused on:
|
|
- AI chat panel (left side)
|
|
- Calendar + contacts core workflow (right side)
|
|
- Additional tabs: chats, calls, feed, deals placeholder
|
|
|
|
## Project structure
|
|
|
|
- `Frontend` - Nuxt 4 + Tailwind 4 + DaisyUI UI app
|
|
- `Actor` - placeholder for workers/automation
|
|
- `Testflow` / `Testfow` - placeholder for test scenarios
|
|
|
|
## Run
|
|
|
|
```bash
|
|
cd Frontend
|
|
npm install
|
|
npm run dev
|
|
```
|