From a2745f81740ca79c84f39d85d155df79b376caa5 Mon Sep 17 00:00:00 2001 From: Michael Chiang Date: Tue, 27 Jun 2023 14:06:49 -0400 Subject: [PATCH] Update development.md --- docs/development.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/development.md b/docs/development.md index 16405863..95befbd9 100644 --- a/docs/development.md +++ b/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: