Update development.md

This commit is contained in:
Michael Chiang 2023-06-27 14:06:49 -04:00 committed by GitHub
parent 10d2917d7e
commit a2745f8174
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: