올 여름 그들이 온다... USIC_ROOM LET'S GO!
Fix
: 버그 수정
Fix
타입을 사용합니다.Feature
: 새로운 기능 추가
Feature
타입을 사용합니다.Build
: 시스템 또는 외부 종속성에 영향을 미치는 변경사항 (npm 및 yarn)Chore
: (npm 같은 패키지 매니저) 설정을 코드 수정 없이 변경Update
: 일반적인 업데이트 및 버전 업데이트Ci
: ci 구성파일 및 스크립트 변경Docs
: 문서 (documentation) 변경Style
: 코드의 로직에 영향을 주지 않는 스타일상의 변경사항 (whitespace, formatting, colons 등)Refactor
: 결과의 변경 없이 코드의 구조를 변경 및 리팩토링 할 경우Performance
: 성능 (performance) 개선Test
: 기존 테스트 코드 수정 및 누락된 테스트 코드 추가Revert
: 작업 되돌리기This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
To learn more about Next.js, take a look at the following resources:
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.