浏览代码

Update development.md

Michael Chiang 1 年之前
父节点
当前提交
a2745f8174
共有 1 个文件被更改,包括 14 次插入0 次删除
  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: