BotSharp/BotSharp.UI/README.md
2019-03-07 09:25:30 -06:00

18 lines
250 B
Markdown

BotSharp Web Console
===
## How to install
#### Download source code
````sh
git clone https://github.com/SciSharp/BotSharp
````
#### Run node.js server
````sh
npm install
npm run init
npm run dev
````
#### Deploy web portal
````sh
npm run build
````