개발 방식 3줄 요약

github Damoono-Frontend 최초 npm i 후 다음 작업 진행

  1. vsc에서 Biome extension설치
  2. vsc의 setting.json에 아래 내용 추가
"editor.codeActionsOnSave": {
"source.fixAll": "explicit",
"source.organizeImports.biome": "explicit",
},
"editor.defaultFormatter": "biomejs.biome",

Git Commit Message Convention

Code Convention & 네이밍 규칙

브랜치 전략