mirror of
https://github.com/open-webui/open-webui.git
synced 2025-08-28 23:00:46 +02:00
Merge pull request #865 from jannikstdl/patch-2
development clarification README.md
This commit is contained in:
@@ -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
|
|||||||
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! 😄
|
||||||
|
Reference in New Issue
Block a user