How to develop using a React project?
- Make sure this library has the same react version as your react project
- In this repo
bash run.sh # to work with the same docker image
yarn
yarn build
yarn link
- In your react js project
yarn link soroban-react-stellar-wallets-kit
Once you have done some changes, do yarn build
again.
- Outside the docker image
npm publish
Made by ❤️ by the PaltaLabs 🥑 team.