Eunsu486

Modify Read.me

......@@ -24,7 +24,8 @@ https://www.culture.go.kr/data/openapi/openapiView.do?id=519&category=E&gubun=B
1. repository clone 하기
$ git clone http://khuhub.khu.ac.kr/open-source-group1/animal-Info.git
2. .env 파일 추가 (API 키 발급)
.env 파일에서 발급받은 api key 추가
- .env 파일을 제일 상위 폴더에 추가
- .env 파일에서 발급받은 api key 추가
- REACT_APP_API_KEY = [키값]
3. 실행
$ npm install
......