nova-chat

npm install

Usage no npm install needed!

<script type="module">
  import novaChat from 'https://cdn.skypack.dev/nova-chat';
</script>

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