Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 487 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 487 Bytes

SoundsLike

2022년 2학기 캡스톤디자인2 수업의 과제 제출물입니다.

🙋 시작해볼까요?

1. 저장소를 기기에 Clone합니다.

$ git clone https://github.com/greatSumini/nan-so-gong.git

$ cd nan-so-gong

2. 의존성 설치

Yarn을 사용합니다!

$ npm i -g yarn

$ yarn install

3. 실행 🏃

# 개발 서버 실행
$ yarn dev

# 검사 (lint, 타입체크를 포함합니다.)
$ yarn run check