Skip to content

alabama/chatchamp-evaluation-task

Repository files navigation

Chatchamp-Evaluation-Task

Simple chat display for evaluating Chatchamp requirements

Usable snippet

Use the app.js snippet in the the dist folder to embed the chat bubble on a web page

<script src="./js/app.js"></script>

Run window.chatchampBubble.showMessage(“This is a test.”) in console.

A sample page (index.html) with app.js embedded is also given within the dist folder.

Project development setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint

Customize configuration

See Configuration Reference.

About

Simple chat display for evaluating chatchamps requirements

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published