김원진

Update README.md

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