Initial CRM workspace

This commit is contained in:
Ruslan Bakiev
2026-02-17 21:17:25 +07:00
commit 513a394b93
11 changed files with 13925 additions and 0 deletions

20
README.md Normal file
View File

@@ -0,0 +1,20 @@
# 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
```