This is an example to guid you trough how to use notifi-react-card
package in a Vue project.
You need to have a WallectConnect project Id to run this project. Get your projectId at https://cloud.walletconnect.com/
Rename the .env.example
file to .env
and fill in your own projectId
mentioned above
Finally, simply run the following commands to install the dependencies and run the project.
Then access the project at http://localhost:5173
npm install && npm run dev