You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
사전 준비
Node.js: v20.x LTS
패키지 매니저: npm
# 의존성 설치
npm install
# 개발 서버 실행
npm run dev
# 테스트 실행
npm run test# Storybook 실행
npm run storybook
# 빌드
npm run build