Browse Source

Update development.md

Michael Chiang 1 năm trước cách đây
mục cha
commit
a2745f8174
1 tập tin đã thay đổi với 14 bổ sung0 xóa
  1. 14 0
      docs/development.md

+ 14 - 0
docs/development.md

@@ -2,6 +2,7 @@
 
 ## Running
 
+**Start backend service:**
 Install dependencies:
 
 ```
@@ -14,6 +15,19 @@ Put your model in `models/` and run:
 python3 ollama.py serve
 ```
 
+**Start frontend service:**
+
+Install dependencies:
+```
+npm install
+```
+
+Run the UI: 
+```
+npm start
+```
+
+
 ## Building
 
 If using Apple silicon, you need a Python version that supports arm64: