Showing
1 changed file
with
13 additions
and
2 deletions
... | @@ -11,9 +11,20 @@ This web-app project contains 3 functionality. | ... | @@ -11,9 +11,20 @@ This web-app project contains 3 functionality. |
11 | 11 | ||
12 | The main goal of this project is not to make something useful but to learn/use as much as possible. | 12 | The main goal of this project is not to make something useful but to learn/use as much as possible. |
13 | 13 | ||
14 | -## Getting Started (URL) | 14 | +## Getting Started |
15 | + | ||
16 | +* [weather-chatbot URL](www.weatherchatbotproject.site) | ||
17 | +-> Not properly working due to firewall issue | ||
18 | + | ||
19 | +* Clone the repo on your computer (temporal solution) | ||
20 | + | ||
21 | +1. Clone the repo | ||
22 | +$ git clone http://khuhub.khu.ac.kr/2019102244/weather_chatbot.git <your_dir> | ||
23 | +$ cd <your_dir>/server && npm start | ||
24 | + | ||
25 | +2. Load the repo on web browser | ||
26 | +localhost:8080 | ||
15 | 27 | ||
16 | -[weather-chatbot URL](www.weatherchatbotproject.site) | ||
17 | 28 | ||
18 | ## Roadmap | 29 | ## Roadmap |
19 | 30 | ... | ... |
-
Please register or login to post a comment