You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ A full-stack web application that integrates DHTMLX Diagram with AI for generati
9
9
-**Natural Language to Diagram:** Describe your diagram in plain English (e.g., "An organizational chart with CEO and department heads") and watch it come to life.
10
10
-**Live Preview:** See the generated DHTMLX Diagram instantly.
11
11
-**Editable JSON:** View, edit, and fine-tune the generated JSON configuration in a built-in code editor.
12
-
-**Instant Updates:** Modify the JSON and click "Update Preview" to see your changes immediately without calling the AI again.
12
+
-**Instant Updates:** Modify the JSON and see your changes immediately without calling the AI again.
13
13
14
14
## AI Service
15
15
@@ -21,7 +21,11 @@ A full-stack web application that integrates DHTMLX Diagram with AI for generati
21
21
Follow these steps to get the project running on your local machine.
22
22
23
23
```bash
24
+
# 1. Clone the repository
25
+
git clone diagram-org-chart-builder-ai-demo
24
26
cd diagram-org-chart-builder-ai-demo
27
+
28
+
# 2. Install dependencies
25
29
npm install
26
30
```
27
31
@@ -58,7 +62,7 @@ You should see the following output in your terminal:
0 commit comments