Hiccup SDK for Javascript
======================

installation
------------

run `yarn install`


Development
------------

run `yarn dev`

Production Builder
------------

run `yarn build`

Publish the package
---------------

please use command `npm publish` to deploy the package.  
There is bugs on yarn where it didn't `prepare` the build before publish the package
