Commit db4bc1ec authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

doc: node as default mode of installation

parent 1a931912
......@@ -217,9 +217,13 @@ cd ollama-webui/
# Copying required .env file
cp -RPp example.env .env
# Building Frontend
bun install
bun run build
# Building Frontend Using Node
npm i
npm run build
# or Building Frontend Using Bun
# bun install
# bun run build
# Serving Frontend with the Backend
cd ./backend
......
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