Showing
1 changed file
with
8 additions
and
8 deletions
1 | # Straight Up | 1 | # Straight Up |
2 | +============= | ||
2 | 카카오 'Pose API'를 이용해 사용자가 자신의 모습(앉은모습: 정면/좌측/우측)을 업로드하면 자세를 분석해 교정 방법을 알려줍니다. | 3 | 카카오 'Pose API'를 이용해 사용자가 자신의 모습(앉은모습: 정면/좌측/우측)을 업로드하면 자세를 분석해 교정 방법을 알려줍니다. |
3 | --- | 4 | --- |
4 | ### 사용 방법 | 5 | ### 사용 방법 |
6 | + | ||
5 | 1. repository clone | 7 | 1. repository clone |
6 | 원하는 디렉토리에서 Straight-Up을 클론합니다. | 8 | 원하는 디렉토리에서 Straight-Up을 클론합니다. |
7 | - ``` | 9 | + |
8 | git clone http://khuhub.khu.ac.kr/2019102240/Straight-Up.git | 10 | git clone http://khuhub.khu.ac.kr/2019102240/Straight-Up.git |
9 | - ``` | ||
10 | 11 | ||
11 | 2. 터미널에서 `cd straight-up` 입력 | 12 | 2. 터미널에서 `cd straight-up` 입력 |
12 | - ``` | 13 | + |
13 | cd straight-up | 14 | cd straight-up |
14 | - ``` | ||
15 | 15 | ||
16 | 3. 패키지 파일 설치 | 16 | 3. 패키지 파일 설치 |
17 | 실행을 위한 패키지 모듈을 설치합니다. | 17 | 실행을 위한 패키지 모듈을 설치합니다. |
18 | - ``` | 18 | + |
19 | npm install | 19 | npm install |
20 | yarn | 20 | yarn |
21 | - ``` | ||
22 | 21 | ||
23 | 4. 어플리케이션 실행 | 22 | 4. 어플리케이션 실행 |
24 | `npm start` 입력 후 localhost:3002으로 접속합니다. | 23 | `npm start` 입력 후 localhost:3002으로 접속합니다. |
25 | - ``` | 24 | + |
26 | npm start | 25 | npm start |
27 | - ``` | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
26 | + | ||
27 | + | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment