Skip to content

MaiNhatHoangY2001/converse-bot

Repository files navigation

Netlify Status Website Deploy

Summary

  • Learning enlish with gemini ai

Installation

  1. You should install prettier and eslint before dev
  2. Set up pnpm for install dependencies in project
npm install -g pnpm && pnpm i
  1. When install finish, you can dev (it will run on localhost)
pnpm dev

Type theo conventional commit

  • feat: thêm một feature
  • fix: fix bug cho hệ thống, vá lỗi trong codebase
  • refactor: sửa code nhưng không fix bug cũng không thêm feature hoặc đôi khi bug cũng được fix từ việc refactor.
  • docs: thêm/thay đổi document
  • chore: những sửa đổi nhỏ nhặt không liên quan tới code
  • style: những thay đổi không làm thay đổi ý nghĩa của code như thay đổi css/ui chẳng hạn.
  • perf: code cải tiến về mặt hiệu năng xử lý
  • vendor: cập nhật version cho các dependencies, packages.