Skip to content

So3Lab/simplellmfunc_landingpage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleLLMFuncLandingPage

一个基于 Vite + React + TypeScript 的简单首页项目,附带文档与静态资源。

目录结构

SimpleLLMFuncLandingPage/
  doc/                 # 文档(例如 introduction.md)
  image_resource/      # 静态图片资源
  web/                 # 前端项目(Vite + React + TS)

快速开始

  • 进入前端目录并安装依赖:
cd web
npm install
  • 开发启动:
npm run dev
  • 生产构建:
npm run build
  • 本地预览构建产物:
npm run preview

其他

  • 详细文档见 doc/introduction.md
  • 忽略规则见根目录 .gitignore(已包含 .DS_Store 等常见系统/构建产物)。

About

SimpleLLMFunc框架的宣传首页

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors