└── README.md /README.md: -------------------------------------------------------------------------------- 1 | ## Description 2 | The Chat Kit demo is a trial version that gives a complete idea of the widget is: a default design scheme, capabilities. 3 | It takes only a few steps and a couple of minutes to run the widget. The result is a workable widget. 4 | 5 | Video/picture/visual representation can be seen here: [CK dev](https://github.com/sovaai/chatKit); 6 | To make any changes to the widget and start your own development: [CK dev](https://github.com/sovaai/chatKit). 7 | Demo version uses default [data](https://github.com/sovaai/chatKit-lib). 8 | 9 | 10 | ## Requirements 11 | Before you start using the demo version of ChatKit, you need to install this software on your PC: 12 | * **Git**. Instruction manual is [here](https://git-scm.com/downloads); 13 | * **Node.js**. Instruction manual is [here](https://nodejs.org/en/download/); 14 | * **NPM**. Instruction manual is [here](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm). 15 | 16 | After that you can go to steps "Install" and "Start". 17 | 18 | ## Install 19 | For install chatKit-demo enter next command in the terminal: 20 | ``` 21 | git clone git@github.com:sovaai/........... 22 | npm install 23 | ``` 24 | 25 | ## Quick start 26 | For quick chatKit-demo enter next command in the terminal: 27 | ``` 28 | npm run start 29 | ``` 30 | --------------------------------------------------------------------------------