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
|
2018-08-02 21:14:46 +00:00
|
|
|
git clone https://github.com/Oceania2018/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
|
|
|
|
|
````
|