김원진

Update README.md

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