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
53fce7ca
Unverified
Commit
53fce7ca
authored
Feb 23, 2024
by
Timothy Jaeryang Baek
Committed by
GitHub
Feb 23, 2024
Browse files
Merge pull request #865 from jannikstdl/patch-2
development clarification README.md
parents
507a92ec
4500d2fe
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
README.md
README.md
+5
-0
No files found.
README.md
View file @
53fce7ca
...
@@ -286,6 +286,8 @@ cp -RPp .env.example .env
...
@@ -286,6 +286,8 @@ cp -RPp .env.example .env
# Building Frontend Using Node
# Building Frontend Using Node
npm i
npm i
npm run build
npm run build
# or for development (hot reload)
# npm run dev
# or Building Frontend Using Bun
# or Building Frontend Using Bun
# bun install
# bun install
...
@@ -295,6 +297,9 @@ npm run build
...
@@ -295,6 +297,9 @@ npm run build
cd
./backend
cd
./backend
pip
install
-r
requirements.txt
-U
pip
install
-r
requirements.txt
-U
sh start.sh
sh start.sh
# or for development (hot reload)
# npm run build must have been run once before!
# sh dev.sh
```
```
You should have Open WebUI up and running at http://localhost:8080/. Enjoy! 😄
You should have Open WebUI up and running at http://localhost:8080/. Enjoy! 😄
...
...
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