README
novachat
Install
npm install
Publish
npm run publish
(you will be prompted for email and access token first time you run this)
Releasing a new version
npm version minor
npm run publish
npm install
<script type="module">
import novaChat from 'https://cdn.skypack.dev/nova-chat';
</script>
npm install
npm run publish
(you will be prompted for email and access token first time you run this)
npm version minor
npm run publish