18 lines
274 B
Markdown
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
|
||
|
|
````
|