Eunsu486

Modify README

...@@ -2,4 +2,6 @@ ...@@ -2,4 +2,6 @@
2 2
3 3
4 #API KEY 4 #API KEY
5 -.env
...\ No newline at end of file ...\ No newline at end of file
5 +.env
6 +.vscode
7 +node_modules
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -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
......