diff --git a/stories/Introduction.mdx b/stories/Introduction.mdx index cb3ac27..34d2900 100644 --- a/stories/Introduction.mdx +++ b/stories/Introduction.mdx @@ -25,8 +25,6 @@ KRDS-React를 프로젝트에 통합하는 것은 간단합니다. 필요한 컴 자세한 내용은 [README 문서](https://github.com/KRDS-community/krds-react)를 참고하세요. -````bash - ### 버저닝 저희 컴포넌트 라이브러리는 모노레포로 구성되어 있습니다. 저희는 모든 컴포넌트를 같은 버전으로 배포하고 있습니다. 따라서 사용하시는 컴포넌트 라이브러리의 버전을 하나로 사용해야 합니다. @@ -41,7 +39,7 @@ KRDS-React는 오픈 소스 프로젝트로, 커뮤니티의 기여를 환영합 git clone https://github.com/hismethod/krds-react.git cd krds-react pnpm install -```` +``` Storybook을 통해 컴포넌트를 확인하고 테스트할 수 있습니다: