mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Add readme in web (#10855)
### What problem does this PR solve? As title ### Type of change - [x] Documentation Update Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
23
web/README.md
Normal file
23
web/README.md
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
## 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"
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user