Adds a convenient client to any dapp that wants to use the functionalities of push and chat without any of the hassle.
To start contributing to the packages, all you need to do is installing dependencies and running dev
script. This will build & watch the all packages including the web app.
yarn install
yarn dev
You'll see that the packages are got built and lastly the web app started running on 3000
port. You can open the localhost:3000
and start testing the client and hooks.
Once you make changes to any of the packages, it'll re-build them again and web app will be refreshed.
To create new version of the packages, follow the steps below. Make sure that you're running the scripts on the root of the repository.
yarn changeset
yarn changeset version
yarn changeset publish
Refer to changesets docs for more information.