Toggle navigation
Toggle navigation
This project
Loading...
Sign in
zuzitsu
/
UR_Village
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
정수연
2020-12-04 16:41:12 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b7cda49116bfa5135336ce13469d94e073c1da96
b7cda491
1 parent
371d8e8b
Update README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
README.md
README.md
View file @
b7cda49
...
...
@@ -47,8 +47,12 @@ $ cd [YOUR_APP_NAME]
```
bash
$
git clone http://khuhub.khu.ac.kr/zuzitsu/UR_Village.git
```
> **3. .env 파일 추가**
>> 1. /[YOUR_APP_NAME] 위치에서 `.env 파일`을 추가
```
bash
$
cd
UR_Village
```
>> 1. /UR_VIllage 위치에서 `.env 파일`을 추가
>> 2. .env 파일에서 발급받은 Kakao api key, 경기데이터드림 api key 추가
>> [경기데이터드림](https://data.gg.go.kr/portal/intro/develop/searchBulletinPage.do),
>> [Kakao developers](https://developers.kakao.com/)
...
...
@@ -64,7 +68,7 @@ $ npm install
$
npm start
```
> **
4
. `http://localhost:3000` 에 접속!**
> **
5
. `http://localhost:3000` 에 접속!**
## 📎 License
[
MIT LICESNE
](
http://khuhub.khu.ac.kr/zuzitsu/UR_Village/blob/master/LICENSE
)
...
...
Please
register
or
login
to post a comment