Showing
1 changed file
with
8 additions
and
6 deletions
... | @@ -36,8 +36,8 @@ Straight-Up을 이용해 자세를 교정받고 근골격계 질환으로부터 | ... | @@ -36,8 +36,8 @@ Straight-Up을 이용해 자세를 교정받고 근골격계 질환으로부터 |
36 | 36 | ||
37 | 🧭 사용 방법 | 37 | 🧭 사용 방법 |
38 | ============= | 38 | ============= |
39 | -**이 프로그램은 로컬에서 동작합니다.** | 39 | +💻 **로컬에서 동작시키기** |
40 | -___ | 40 | + |
41 | 1. Clone Repository | 41 | 1. Clone Repository |
42 | > 원하는 디렉토리에서 **Straight-Up**을 클론합니다. | 42 | > 원하는 디렉토리에서 **Straight-Up**을 클론합니다. |
43 | ``` | 43 | ``` |
... | @@ -51,16 +51,13 @@ git clone http://khuhub.khu.ac.kr/2019102240/Straight-Up.git | ... | @@ -51,16 +51,13 @@ git clone http://khuhub.khu.ac.kr/2019102240/Straight-Up.git |
51 | ``` | 51 | ``` |
52 | 52 | ||
53 | 3. Install Package Files | 53 | 3. Install Package Files |
54 | - > 실행을 위한 패키지 모듈을 설치합니다. | 54 | + > 실행을 위한 패키지 모듈을 설치합니다. (package.json 참고) |
55 | ``` | 55 | ``` |
56 | npm install | 56 | npm install |
57 | - yarn | ||
58 | ``` | 57 | ``` |
59 | 58 | ||
60 | 4. Get API key | 59 | 4. Get API key |
61 | > KaKao Pose Api key를 획득해 API_KEY에 입력합니다. | 60 | > KaKao Pose Api key를 획득해 API_KEY에 입력합니다. |
62 | -[Pose API][poseapilink] | ||
63 | -[poseapilink]: https://developers.kakao.com/product/pose | ||
64 | ``` | 61 | ``` |
65 | // Main.js | 62 | // Main.js |
66 | const API_KEY = /* your API key */ | 63 | const API_KEY = /* your API key */ |
... | @@ -73,6 +70,11 @@ git clone http://khuhub.khu.ac.kr/2019102240/Straight-Up.git | ... | @@ -73,6 +70,11 @@ git clone http://khuhub.khu.ac.kr/2019102240/Straight-Up.git |
73 | https://localhost:3002 | 70 | https://localhost:3002 |
74 | ``` | 71 | ``` |
75 | 72 | ||
73 | +___ | ||
74 | +🌐 **배포된 웹사이트에서 동작시키기** | ||
75 | +* [Straight-Up Website][suweb] | ||
76 | +[suweb]: https://straight-up.herokuapp.com/landing | ||
77 | + | ||
76 | 📑 LICENSE | 78 | 📑 LICENSE |
77 | ============= | 79 | ============= |
78 | MIT License | 80 | MIT License | ... | ... |
-
Please register or login to post a comment