Showing
1 changed file
with
6 additions
and
2 deletions
... | @@ -47,8 +47,12 @@ $ cd [YOUR_APP_NAME] | ... | @@ -47,8 +47,12 @@ $ cd [YOUR_APP_NAME] |
47 | ```bash | 47 | ```bash |
48 | $ git clone http://khuhub.khu.ac.kr/zuzitsu/UR_Village.git | 48 | $ git clone http://khuhub.khu.ac.kr/zuzitsu/UR_Village.git |
49 | ``` | 49 | ``` |
50 | + | ||
50 | > **3. .env 파일 추가** | 51 | > **3. .env 파일 추가** |
51 | ->> 1. /[YOUR_APP_NAME] 위치에서 `.env 파일`을 추가 | 52 | +```bash |
53 | +$ cd UR_Village | ||
54 | +``` | ||
55 | +>> 1. /UR_VIllage 위치에서 `.env 파일`을 추가 | ||
52 | >> 2. .env 파일에서 발급받은 Kakao api key, 경기데이터드림 api key 추가 | 56 | >> 2. .env 파일에서 발급받은 Kakao api key, 경기데이터드림 api key 추가 |
53 | >> [경기데이터드림](https://data.gg.go.kr/portal/intro/develop/searchBulletinPage.do), | 57 | >> [경기데이터드림](https://data.gg.go.kr/portal/intro/develop/searchBulletinPage.do), |
54 | >> [Kakao developers](https://developers.kakao.com/) | 58 | >> [Kakao developers](https://developers.kakao.com/) |
... | @@ -64,7 +68,7 @@ $ npm install | ... | @@ -64,7 +68,7 @@ $ npm install |
64 | $ npm start | 68 | $ npm start |
65 | ``` | 69 | ``` |
66 | 70 | ||
67 | -> **4. `http://localhost:3000` 에 접속!** | 71 | +> **5. `http://localhost:3000` 에 접속!** |
68 | 72 | ||
69 | ## 📎 License | 73 | ## 📎 License |
70 | [MIT LICESNE](http://khuhub.khu.ac.kr/zuzitsu/UR_Village/blob/master/LICENSE) | 74 | [MIT LICESNE](http://khuhub.khu.ac.kr/zuzitsu/UR_Village/blob/master/LICENSE) | ... | ... |
-
Please register or login to post a comment