BotSharp/BotSharp.UI
2018-08-06 00:01:00 -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-lock.json add network error message. 2018-08-06 00:01:00 -05:00
package.json add network error message. 2018-08-06 00:01:00 -05:00
README.md add network error message. 2018-08-06 00:01:00 -05: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/Oceania2018/BotSharp

Run node.js server

npm install
npm run init
npm run dev

Deploy web portal

npm run build