mirror of
https://github.com/open-webui/open-webui
synced 2025-04-05 21:26:48 +00:00
doc: node as default mode of installation
This commit is contained in:
parent
1a93191259
commit
db4bc1ecbf
10
README.md
10
README.md
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user