Showing
1 changed file
with
2 additions
and
1 deletions
... | @@ -24,7 +24,8 @@ https://www.culture.go.kr/data/openapi/openapiView.do?id=519&category=E&gubun=B | ... | @@ -24,7 +24,8 @@ https://www.culture.go.kr/data/openapi/openapiView.do?id=519&category=E&gubun=B |
24 | 1. repository clone 하기 | 24 | 1. repository clone 하기 |
25 | $ git clone http://khuhub.khu.ac.kr/open-source-group1/animal-Info.git | 25 | $ git clone http://khuhub.khu.ac.kr/open-source-group1/animal-Info.git |
26 | 2. .env 파일 추가 (API 키 발급) | 26 | 2. .env 파일 추가 (API 키 발급) |
27 | -.env 파일에서 발급받은 api key 추가 | 27 | +- .env 파일을 제일 상위 폴더에 추가 |
28 | +- .env 파일에서 발급받은 api key 추가 | ||
28 | - REACT_APP_API_KEY = [키값] | 29 | - REACT_APP_API_KEY = [키값] |
29 | 3. 실행 | 30 | 3. 실행 |
30 | $ npm install | 31 | $ npm install | ... | ... |
-
Please register or login to post a comment