Showing
1 changed file
with
13 additions
and
2 deletions
... | @@ -50,13 +50,17 @@ AWS , EC2 | ... | @@ -50,13 +50,17 @@ AWS , EC2 |
50 | 50 | ||
51 | # 설치 및 실행 | 51 | # 설치 및 실행 |
52 | ``` | 52 | ``` |
53 | +Clone the repo | ||
53 | npm install | 54 | npm install |
54 | npm run start | 55 | npm run start |
55 | ``` | 56 | ``` |
56 | -GO to localhost:8000 | 57 | +* Before npm run start, change mongoose.connect("Key") for own database. |
58 | + | ||
59 | +GO to localhost:3000 | ||
60 | + | ||
57 | * 테스트 케이스 추가 및 설정 `https://teachablemachine.withgoogle.com` | 61 | * 테스트 케이스 추가 및 설정 `https://teachablemachine.withgoogle.com` |
58 | * URL 연결 on squat.js | 62 | * URL 연결 on squat.js |
59 | - | 63 | +* 카메라 접근 허용 on Chrome |
60 | --- | 64 | --- |
61 | 65 | ||
62 | # for developer | 66 | # for developer |
... | @@ -84,3 +88,10 @@ GO to localhost:8000 | ... | @@ -84,3 +88,10 @@ GO to localhost:8000 |
84 | 88 | ||
85 | --- | 89 | --- |
86 | 90 | ||
91 | +# Contributing | ||
92 | +1. Fork the project repository | ||
93 | +2. Create your feature Branch (feature/'feature-name') | ||
94 | +3. Commit your Changes | ||
95 | +4. Push to the Branch | ||
96 | +5. Open a Pull requests | ||
97 | + | ... | ... |
-
Please register or login to post a comment