You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nafis Zaman edited this page Jul 27, 2021
·
1 revision
When making changes to ivygate, it's useful to test those changes in a dependent project like kipr/Simulator. Here is the recommended process for making local changes to ivygate, using Simulator as an example:
Clone ivygate locally.
Build ivygate by following the steps in the ivygate README.
Create a link for the local ivygate installation:
cd ivygate
yarn link
and switch your local Simulator to use this linked version:
cd Simulator
yarn link ivygate
Make changes to ivygate and rebuild. The changes will be reflected in Simulator.
Once finished, return to the original state:
Revert to the original version of ivygate in Simulator: