mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-23 23:16:58 +08:00
### What problem does this PR solve? As title ### Type of change - [x] Documentation Update Signed-off-by: Jin Hai <haijin.chn@gmail.com>
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"
|
|
``` |