Showing
1 changed file
with
4 additions
and
10 deletions
| ... | @@ -37,18 +37,12 @@ | ... | @@ -37,18 +37,12 @@ |
| 37 | * CCTV 현황 | 37 | * CCTV 현황 |
| 38 | 38 | ||
| 39 | ## 🔌 Build | 39 | ## 🔌 Build |
| 40 | -> **1. 프로젝트 디렉토리 생성** | 40 | +> **1. repository clone 하기** |
| 41 | - | ||
| 42 | -```bash | ||
| 43 | -$ mkdir [YOUR_APP_NAME] | ||
| 44 | -$ cd [YOUR_APP_NAME] | ||
| 45 | -``` | ||
| 46 | -> **2. repository clone 하기** | ||
| 47 | ```bash | 41 | ```bash |
| 48 | $ git clone http://khuhub.khu.ac.kr/zuzitsu/UR_Village.git | 42 | $ git clone http://khuhub.khu.ac.kr/zuzitsu/UR_Village.git |
| 49 | ``` | 43 | ``` |
| 50 | 44 | ||
| 51 | -> **3. .env 파일 추가** | 45 | +> **2. .env 파일 추가** |
| 52 | ```bash | 46 | ```bash |
| 53 | $ cd UR_Village | 47 | $ cd UR_Village |
| 54 | ``` | 48 | ``` |
| ... | @@ -62,13 +56,13 @@ KAKAO_APIKEY=[YOUR_API_KEY] | ... | @@ -62,13 +56,13 @@ KAKAO_APIKEY=[YOUR_API_KEY] |
| 62 | GYEONGGI_APIKEY=[YOUR_API_KEY] | 56 | GYEONGGI_APIKEY=[YOUR_API_KEY] |
| 63 | ``` | 57 | ``` |
| 64 | 58 | ||
| 65 | -> **4. 실행** | 59 | +> **3. 실행** |
| 66 | ```bash | 60 | ```bash |
| 67 | $ npm install | 61 | $ npm install |
| 68 | $ npm start | 62 | $ npm start |
| 69 | ``` | 63 | ``` |
| 70 | 64 | ||
| 71 | -> **5. `http://localhost:3000` 에 접속!** | 65 | +> **4. `http://localhost:3000` 에 접속!** |
| 72 | 66 | ||
| 73 | ## 📎 License | 67 | ## 📎 License |
| 74 | [MIT LICESNE](http://khuhub.khu.ac.kr/zuzitsu/UR_Village/blob/master/LICENSE) | 68 | [MIT LICESNE](http://khuhub.khu.ac.kr/zuzitsu/UR_Village/blob/master/LICENSE) | ... | ... |
-
Please register or login to post a comment