BotSharp/BotSharp.UI/README.md
2018-08-03 17:18:40 -05:00

18 lines
264 B
Markdown

Voiceweb AI Chatbot Web Console
===
## How to install
#### Download source code
````sh
git clone https://github.com/Oceania2018/BotSharp
````
#### Run node.js server
````sh
npm install
npm run init
npm run dev
````
#### Deploy web portal
````sh
npm run build
````