Toggle navigation
Toggle navigation
This project
Loading...
Sign in
한우준
/
Straight-Up
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
김원진
2020-12-10 22:38:44 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
61202495a61e14efdef16fc446fdc0a7d5b10239
61202495
1 parent
7ab091c3
Update README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
README.md
README.md
View file @
6120249
...
...
@@ -36,8 +36,8 @@ Straight-Up을 이용해 자세를 교정받고 근골격계 질환으로부터
🧭 사용 방법
=============
**이 프로그램은 로컬에서 동작합니다.
**
__
_
💻
**로컬에서 동작시키기
**
1.
Clone Repository
> 원하는 디렉토리에서 **Straight-Up**을 클론합니다.
```
...
...
@@ -51,16 +51,13 @@ git clone http://khuhub.khu.ac.kr/2019102240/Straight-Up.git
```
3.
Install Package Files
> 실행을 위한 패키지 모듈을 설치합니다.
> 실행을 위한 패키지 모듈을 설치합니다.
(package.json 참고)
```
npm install
yarn
```
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 */
...
...
@@ -73,6 +70,11 @@ git clone http://khuhub.khu.ac.kr/2019102240/Straight-Up.git
https://localhost:3002
```
__
_
🌐
**배포된 웹사이트에서 동작시키기**
*
[
Straight-Up Website
][
suweb
]
[
suweb
]:
https://straight-up.herokuapp.com/landing
📑 LICENSE
=============
MIT License
...
...
Please
register
or
login
to post a comment