@fletch-tech/widget
v1.0.0
Published
Package for facilitating easy integration of Fletch widget into your website
Readme
Integration package for fletch widget
To publish a new version
- make changes as needed
- run
npm run changeset - follow the steps:
- select the kind of change (i.e.
patch,minorormajor) - enter the
"summary"for the change - select
"yes"after entering the details - commit the changes once done
- create a pull request to
mainor push tomain
- select the kind of change (i.e.
- the changes will be picked up the changesets github action and a new version will be published to npm
To run the examples
- install nodejs >= 18
- install the dependencies by running
npm i - build the package by running
npm run build - open the example html files using any live-server/browser
