Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 739 Bytes

README.md

File metadata and controls

53 lines (34 loc) · 739 Bytes

SSAF SOUND

logo

삼성 청년 SW 아카데미(SSAFY) 학생을 위한 커뮤니티

Deploy url

SSAF SOUND

Wiki

Scripts

  • clone repository
git clone https://github.com/SSAF-SOUND/ssaf-sound-fe.git
  • install dependencies
yarn
  • dev server
yarn dev
  • storybook
yarn sb
  • cypress test
yarn sb
yarn cy:open
  • jest test
yarn test