2018-08-06 05:01:00 +00:00
|
|
|
BotSharp Web Console
|
2018-08-01 12:17:13 +00:00
|
|
|
===
|
|
|
|
|
|
|
|
|
|
## How to install
|
|
|
|
|
#### Download source code
|
|
|
|
|
````sh
|
2019-03-07 15:25:30 +00:00
|
|
|
git clone https://github.com/SciSharp/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
|
|
|
|
|
````
|