BotSharp/BotSharp.UI/README.md

18 lines
264 B
Markdown
Raw Normal View History

2018-08-01 12:17:13 +00:00
Voiceweb AI Chatbot Web Console
===
## How to install
#### Download source code
````sh
2018-08-03 22:18:40 +00:00
git clone https://github.com/Oceania2018/BotSharp
2018-08-01 12:17:13 +00:00
````
#### Run node.js server
````sh
npm install
npm run init
npm run dev
````
#### Deploy web portal
````sh
npm run build
````