Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
skdltn210 authored Nov 28, 2024
2 parents cfaa9cb + 7e5b834 commit 44d4bb3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
13 changes: 1 addition & 12 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Bug
name: :Bug
about: 버그
title: "[Bug] 버그 제목"
labels: "\U0001F41BFix\U0001F41B"
Expand All @@ -8,21 +8,10 @@ assignees: ''
---

## 🐞 버그 설명
<!-- 수정할 버그에 대해 상세히 설명해주세요. -->

## 🛠️ 수정 사항
<!-- 수정해야 할 세부 사항을 체크리스트로 작성해주세요. -->

- [ ] 버그 원인 분석
- [ ] 코드 수정
- [ ] 테스트 추가

## 🖥️ 환경 정보
<!-- 버그가 발생한 환경을 알려주세요. -->

- **OS**: [예: Windows]
- **브라우저**: [예: Chrome 90]
- **버전**: [예: v1.2.3]

## 📸 참고 자료 (선택)
<!-- 관련 이미지나 스크린샷이 있다면 첨부해주세요. -->
2 changes: 1 addition & 1 deletion Backend/server/api/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ forever stop dist/apps/api/main.js || true # 기존 프로세스가 없어도
forever start dist/apps/api/main.js

echo "배포 성공"
exit 0
exit 0
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# web26-LICO
![image](https://github.com/user-attachments/assets/a4043c9a-b760-4c05-9770-78e863d1e04a)# web26-LICO

## 프로젝트소개

Expand Down Expand Up @@ -27,25 +27,36 @@
<img src="https://img.shields.io/badge/eslint-4B32C3?style=for-the-badge&logo=eslint&logoColor=white">
<img src="https://img.shields.io/badge/prettier-F7B93E?style=for-the-badge&logo=prettier&logoColor=white">
<img src="https://img.shields.io/badge/typescript-3178C6?style=for-the-badge&logo=typescript&logoColor=white">
<img src="https://img.shields.io/badge/socketio-010101?style=for-the-badge&logo=socketdotio&logoColor=white">
<img src="https://img.shields.io/badge/jest-C21325?style=for-the-badge&logo=jest&logoColor=white">

</br>
<img src="https://img.shields.io/badge/react-61DAFB?style=for-the-badge&logo=react&logoColor=white">
<img src="https://img.shields.io/badge/vite-646CFF?style=for-the-badge&logo=vite&logoColor=white">
<img src="https://img.shields.io/badge/tailwindcss-06B6D4?style=for-the-badge&logo=tailwindcss&logoColor=white">
<img src="https://img.shields.io/badge/tanstackquery-FF4154?style=for-the-badge&logo=reactquery&logoColor=white">
<img src="https://img.shields.io/badge/zustand-513517?style=for-the-badge&logo=&logoColor=white">
<img src="https://img.shields.io/badge/reactrouter-CA4245?style=for-the-badge&logo=reactrouter&logoColor=white">
<img src="https://img.shields.io/badge/webrtc-333333?style=for-the-badge&logo=webrtc&logoColor=white">
<img src="https://img.shields.io/badge/aframe-ef2d5e?style=for-the-badge&logo=aframe&logoColor=white">
<img src="https://img.shields.io/badge/canvas-e72429?style=for-the-badge&logo=canvas&logoColor=white">

</br>
<img src="https://img.shields.io/badge/nest.js-E0234E?style=for-the-badge&logo=nestjs&logoColor=white">
<img src="https://img.shields.io/badge/typeorm-FE0803?style=for-the-badge&logo=typeorm&logoColor=white">
<img src="https://img.shields.io/badge/mysql-4479A1?style=for-the-badge&logo=mysql&logoColor=white">
<img src="https://img.shields.io/badge/ncloud-03C75A?style=for-the-badge&logo=naver&logoColor=white">
<img src="https://img.shields.io/badge/sqlite-003B57?style=for-the-badge&logo=sqlite&logoColor=white">
<img src="https://img.shields.io/badge/redis-FF4438?style=for-the-badge&logo=redis&logoColor=white">
<img src="https://img.shields.io/badge/passport-34E27A?style=for-the-badge&logo=passport&logoColor=white">
<img src="https://img.shields.io/badge/nginx-009639?style=for-the-badge&logo=nginx&logoColor=white">
<img src="https://img.shields.io/badge/githubactions-2088FF?style=for-the-badge&logo=githubactions&logoColor=white">

</div>

## 개발일지

📚 [개발일지](https://far-woodwind-e60.notion.site/12daf9f4d256808f8c3ed26e0a4ab309)
📚 [개발일지](https://far-woodwind-e60.notion.site/12daf9f4d256808f8c3ed26e0a4ab309) | 🔥[트러블슈팅](https://far-woodwind-e60.notion.site/12daf9f4d256802985dce28210c4f062?pvs=4)

## 주요기능

Expand Down

0 comments on commit 44d4bb3

Please sign in to comment.