mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-03 22:30:31 +08:00
23 lines
361 B
Markdown
23 lines
361 B
Markdown
|
|
## Install front-end dependencies
|
||
|
|
|
||
|
|
```bash
|
||
|
|
npm install
|
||
|
|
```
|
||
|
|
|
||
|
|
## Launch front-end
|
||
|
|
|
||
|
|
```bash
|
||
|
|
npm run dev
|
||
|
|
```
|
||
|
|
|
||
|
|
_The following output confirms a successful launch of the system:_
|
||
|
|
|
||
|
|

|
||
|
|
|
||
|
|
## Shutdown front-end
|
||
|
|
|
||
|
|
Ctrl + C or
|
||
|
|
|
||
|
|
```bash
|
||
|
|
kill -f "umi dev"
|
||
|
|
```
|