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:30:31 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
77df428ed97b3b82ffa74c3b301aa08b0c8e1918
77df428e
1 parent
7ab091c3
Update README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
12 deletions
README.md
README.md
View file @
77df428
...
...
@@ -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
...
...
Please
register
or
login
to post a comment