BotSharp/BotSharp.UI/README.md
Oceania2018 69c437224c Add UI
2018-08-01 07:17:13 -05:00

18 lines
274 B
Markdown

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