Initial CRM workspace
This commit is contained in:
20
README.md
Normal file
20
README.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user