Showing
1 changed file
with
4 additions
and
4 deletions
... | @@ -79,19 +79,19 @@ src="//dapi.kakao.com/v2/maps/sdk.js?appkey=이곳에API키를입력해주세요 | ... | @@ -79,19 +79,19 @@ src="//dapi.kakao.com/v2/maps/sdk.js?appkey=이곳에API키를입력해주세요 |
79 | 79 | ||
80 | ### Installation | 80 | ### Installation |
81 | 81 | ||
82 | -1. Clone the repository | 82 | +Step1. Clone the repository |
83 | 83 | ||
84 | ``` | 84 | ``` |
85 | git clone -b master --single-branch http://khuhub.khu.ac.kr/2018100910/favorite_restaurant.git | 85 | git clone -b master --single-branch http://khuhub.khu.ac.kr/2018100910/favorite_restaurant.git |
86 | ``` | 86 | ``` |
87 | 87 | ||
88 | -2. Make secret file (.env) and put your Kakao API key | 88 | +Step2. Make secret file (.env) and put your Kakao API key |
89 | 89 | ||
90 | ``` | 90 | ``` |
91 | favorite-restaurant/app/.env | 91 | favorite-restaurant/app/.env |
92 | ``` | 92 | ``` |
93 | 93 | ||
94 | -3. Installation | 94 | +Step3. Installation |
95 | 95 | ||
96 | ``` | 96 | ``` |
97 | npm install | 97 | npm install |
... | @@ -102,7 +102,7 @@ npm install moment | ... | @@ -102,7 +102,7 @@ npm install moment |
102 | npm install | 102 | npm install |
103 | ``` | 103 | ``` |
104 | 104 | ||
105 | -4. Run | 105 | +Step4. Run |
106 | 106 | ||
107 | ``` | 107 | ``` |
108 | npm start | 108 | npm start | ... | ... |
-
Please register or login to post a comment