Skip to content

yeomin4242/music-room-deployment

Repository files navigation

FE

올 여름 그들이 온다... USIC_ROOM LET'S GO!


CONVENTION RULES

  • 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.

Getting Started

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.

Learn More

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!

Deploy on Vercel

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.