Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
db4bc1ec
"magic_pdf/git@developer.sourcefind.cn:wangsen/mineru.git" did not exist on "6b2b6132132a876e3c0edc66641d53ac1eb337b5"
Commit
db4bc1ec
authored
Jan 04, 2024
by
Timothy J. Baek
Browse files
doc: node as default mode of installation
parent
1a931912
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
README.md
README.md
+7
-3
No files found.
README.md
View file @
db4bc1ec
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment