Unverified Commit a2745f81 authored by Michael Chiang's avatar Michael Chiang Committed by GitHub
Browse files

Update development.md

parent 10d2917d
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
## Running ## Running
**Start backend service:**
Install dependencies: Install dependencies:
``` ```
...@@ -14,6 +15,19 @@ Put your model in `models/` and run: ...@@ -14,6 +15,19 @@ Put your model in `models/` and run:
python3 ollama.py serve python3 ollama.py serve
``` ```
**Start frontend service:**
Install dependencies:
```
npm install
```
Run the UI:
```
npm start
```
## Building ## Building
If using Apple silicon, you need a Python version that supports arm64: If using Apple silicon, you need a Python version that supports arm64:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment