윤성아

final README mod

Showing 1 changed file with 13 additions and 1 deletions
...@@ -19,23 +19,35 @@ Sweet Day는 디저트 가게의 다양한 정보들을 얻을 수 있는 챗봇 ...@@ -19,23 +19,35 @@ Sweet Day는 디저트 가게의 다양한 정보들을 얻을 수 있는 챗봇
19 19
20 ## Getting Started 20 ## Getting Started
21 1. git clone <프로젝트 주소를 적어주세요> 21 1. git clone <프로젝트 주소를 적어주세요>
22 +~~~
22 git clone http://khuhub.khu.ac.kr/2020105581/DessertChatbot.git 23 git clone http://khuhub.khu.ac.kr/2020105581/DessertChatbot.git
24 +~~~
23 25
24 2. intsall npm 26 2. intsall npm
27 +~~~
25 cd DessertChatbot 28 cd DessertChatbot
26 npm install 29 npm install
30 +~~~
27 31
28 3. running 32 3. running
33 +~~~
29 npm run start 34 npm run start
35 +~~~
30 36
31 4. running in dev 37 4. running in dev
38 +~~~
32 npm run start:dev 39 npm run start:dev
40 +~~~
33 41
34 5. running in production 42 5. running in production
43 +~~~
35 npm run start:prod 44 npm run start:prod
45 +~~~
36 46
37 6. if you didn’t install nodemon, pm2, run the follwing script 47 6. if you didn’t install nodemon, pm2, run the follwing script
48 +~~~
38 npm install -g nodemon pm2 49 npm install -g nodemon pm2
50 +~~~
39 51
40 52
41 ## Project Architecture 53 ## Project Architecture
...@@ -46,7 +58,7 @@ Sweet Day는 디저트 가게의 다양한 정보들을 얻을 수 있는 챗봇 ...@@ -46,7 +58,7 @@ Sweet Day는 디저트 가게의 다양한 정보들을 얻을 수 있는 챗봇
46 - 1,2,3번 응답 구현 화면 58 - 1,2,3번 응답 구현 화면
47 ![onetothree](./image/onetothree.jpg) 59 ![onetothree](./image/onetothree.jpg)
48 - 4번 응답 구현 화면 60 - 4번 응답 구현 화면
49 -![four]four(./image/four.jpg) 61 +![four](./image/four.jpg)
50 - 5번 응답 구현 화면 62 - 5번 응답 구현 화면
51 ![five](./image/five.jpg) 63 ![five](./image/five.jpg)
52 - 운영시간 아닐 때 챗봇에 접속할 시 64 - 운영시간 아닐 때 챗봇에 접속할 시
......