README
Build
To build and run all the tests:
npm run build
To clean the build output directories:
npm run clean
Publish
To publish to npm:
npm publish
A mobx-react chat component
<script type="module">
import charterMatchReactChatFrontend from 'https://cdn.skypack.dev/@charter-match/react-chat-frontend';
</script>
To build and run all the tests:
npm run build
To clean the build output directories:
npm run clean
To publish to npm:
npm publish