BotSharp/BotSharp.UI
2019-03-16 11:23:02 -05:00
..
src add network error message. 2018-08-06 00:01:00 -05:00
.babelrc Add UI 2018-08-01 07:17:13 -05:00
.gitignore Add UI 2018-08-01 07:17:13 -05:00
LICENSE Add UI 2018-08-01 07:17:13 -05:00
package.json update UI. 2019-03-07 09:25:30 -06:00
README.md update UI. 2019-03-07 09:25:30 -06:00
webpack.base.config.js Add UI 2018-08-01 07:17:13 -05:00
webpack.dev.config.js Add UI 2018-08-01 07:17:13 -05:00
webpack.prod.config.js Add UI 2018-08-01 07:17:13 -05:00
webpack.pub.config.js Add UI 2018-08-01 07:17:13 -05:00

BotSharp Web Console

How to install

Download source code

git clone https://github.com/SciSharp/BotSharp

Run node.js server

npm install
npm run init
npm run dev

Deploy web portal

npm run build