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