UI kit for chat engines with React
Install from npm
Check out our docs website!
Install node_modules
used in ./src
:
$ npm i
Compile ./src
with Babel:
$ npm run compile
Install node_modules
used in ./examples
:
$ cd docs && npm i
To watch for changes in ./src
run:
$ npm run watch
Babel will compile ./src
on changes.
To start the webpack server run:
$ cd docs && npm run start
Webpack wil compile on changes in ./docs/src
.
If you'd like to help with the development of this module please consider our contributing guidelines.
Sjaak Luthart | Ian Stewart | Lars Tadema |
This project is licensed under the terms of the MIT license.