Skip to content

GitEval/GitEval-FrontEnd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔖 项目导览

📋 提交规范

提交格式:

$ git commit -m "<gitemoji> <commit_type>(<scope>):<discription>"
  • 🎉 init:项目初始化
  • ✨ feat:新增功能(feature)
  • 🐞 fix:修复 bug
  • 📃 docs:文档修改
  • 🌈 style:代码样式修改,不影响原代码逻辑
  • ✅ test:测试相关的改动
  • 🔨 refactor:代码重构
  • 🔧 chore:建制过程或辅助工具的变动

🎯 相容环境

  • 现代浏览器(Chrome >= 64, Edge >= 79, Firefox >= 78, Safari >= 12)
  • 可运行在 Node.js 18 及以上版本,推荐使用 Node.js 20
  • 推荐使用 pnpm 作为包管理器

💻 本地调试

拉取代码:

$ git clone https://github.com/GitEval/GitEval-FrontEnd
$ cd GitEval-FrontEnd // 进入项目目录

安装依赖:

$ pnpm install

开始调试:

$ pnpm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published