ragflow/web
Jin Hai bb4cc365c1
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>
2025-10-28 19:38:06 +08:00
..
.husky
.storybook feat(storybook): Storybook with Calendar and Modal components #9869 (#10626) 2025-10-17 09:58:52 +08:00
public Fix: Add video icon in knowledge base #10703 (#10832) 2025-10-28 11:02:01 +08:00
src Fix: Refactor the similarity slider component and modify the style of the dataset-test page #10703 (#10846) 2025-10-28 19:17:05 +08:00
.env
.eslintrc.js Feat: Display AvatarUpload and RAGFlowAvatar in Storybook #9914 (#9920) 2025-09-04 18:02:17 +08:00
.gitignore Feat: Use storybook to display public components. #9914 (#9915) 2025-09-04 17:03:36 +08:00
.npmrc
.prettierignore
.prettierrc
.umirc.ts Feat: Allow chat to use meta data #3221 (#9393) 2025-08-12 10:15:10 +08:00
externals.d.ts
jest-setup.ts
jest.config.ts
package-lock.json Feat: Adjust the style of the canvas node #10703 (#10795) 2025-10-27 10:36:36 +08:00
package.json Feat: Adjust the style of the canvas node #10703 (#10795) 2025-10-27 10:36:36 +08:00
postcss.config.js Feat: Use storybook to display public components. #9914 (#9915) 2025-09-04 17:03:36 +08:00
README.md Add readme in web (#10855) 2025-10-28 19:38:06 +08:00
tailwind.config.js Feat: Change the style of all cards according to the design #10703 (#10704) 2025-10-21 20:08:55 +08:00
tailwind.css Feat: Adjust the style of the delete button on the agent side #9869 (#10473) 2025-10-10 19:52:08 +08:00
tsconfig.json
typings.d.ts

Install front-end dependencies

npm install

Launch front-end

npm run dev

The following output confirms a successful launch of the system:

Shutdown front-end

Ctrl + C or

kill -f "umi dev"