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 17:17:50 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a807c8740c141b9354895c46b283b72bf3bf3b43
a807c874
1 parent
b7cda491
Update README.md
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
10 deletions
README.md
README.md
View file @
a807c87
...
...
@@ -37,18 +37,12 @@
*
CCTV 현황
## 🔌 Build
> **1. 프로젝트 디렉토리 생성**
```
bash
$
mkdir
[
YOUR_APP_NAME]
$
cd
[
YOUR_APP_NAME]
```
> **2. repository clone 하기**
> **1. repository clone 하기**
```
bash
$
git clone http://khuhub.khu.ac.kr/zuzitsu/UR_Village.git
```
> **
3
. .env 파일 추가**
> **
2
. .env 파일 추가**
```
bash
$
cd
UR_Village
```
...
...
@@ -62,13 +56,13 @@ KAKAO_APIKEY=[YOUR_API_KEY]
GYEONGGI_APIKEY=[YOUR_API_KEY]
```
> **
4
. 실행**
> **
3
. 실행**
```
bash
$
npm install
$
npm start
```
> **
5
. `http://localhost:3000` 에 접속!**
> **
4
. `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