mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-06-17 23:09:35 +00:00
- Add integrations CRM and AI routing APIs; Salesforce OAuth refresh; lead CRM metadata - Marketer hub, settings CRM UI, OS views; premium landing and strategy_summary differentiators - Docs: API-MAP, product guide, competitive matrix, launch simulation, AGENT-MAP LLM routing - Sync script: strategy legal + competitive matrix to public; pytest DB isolation (.pytest_dealix.sqlite) - Tests: CRM status and AI routing smoke; check_go_live_gate UTF-8 stdout on Windows - Alembic migrations for strategic deal links and lead company/sector/city Made-with: Cursor
19 lines
749 B
Plaintext
19 lines
749 B
Plaintext
هذه الملفات تُنسَخ من sales_assets إلى مجلد public في الفرونت إند.
|
|
|
|
التشغيل المحلي (بدون خادم FastAPI على 8000):
|
|
cd frontend
|
|
npm run dev
|
|
|
|
ثم افتح في المتصفح:
|
|
http://localhost:3000/dealix-marketing/
|
|
http://localhost:3000/dealix-presentations/
|
|
http://localhost:3000/resources
|
|
http://localhost:3000/strategy
|
|
http://localhost:3000/strategy/legal/ (وثائق قانونية بعد المزامنة)
|
|
http://localhost:3000/strategy/COMPETITIVE_MATRIX_AR.md
|
|
|
|
لتحديث النسخ بعد تعديل الملفات الأصلية:
|
|
node scripts/sync-marketing-to-public.cjs
|
|
|
|
للرفع على GitHub: commit مجلدات public/dealix-* بعد المزامنة.
|