Showing
2 changed files
with
6 additions
and
4 deletions
... | @@ -24,9 +24,9 @@ https://www.culture.go.kr/data/openapi/openapiView.do?id=519&category=E&gubun=B | ... | @@ -24,9 +24,9 @@ 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 파일을 제일 상위 폴더에 추가 | 27 | +>>.env 파일을 제일 상위 폴더에 추가 |
28 | - .env 파일에서 발급받은 api key 추가 | 28 | +>>.env 파일에서 발급받은 api key 추가 |
29 | - REACT_APP_API_KEY = [키값] | 29 | +>>REACT_APP_API_KEY = [키값] |
30 | 3. 실행 | 30 | 3. 실행 |
31 | ``` | 31 | ``` |
32 | $ npm install | 32 | $ npm install | ... | ... |
-
Please register or login to post a comment