How to manage a shared private package between two apps using Git?
I need to create a design system that will be shared between two separate apps. One option I’m considering is creating a private Git repository to host the design system, and then using versioning via branches to manage updates. Could anyone provide guidance on the full process for managing a shared design system in this way?
How to manage a shared private package between two apps using Git?
I need to create a design system that will be shared between two separate apps. One option I’m considering is creating a private Git repository to host the design system, and then using versioning via branches to manage updates. Could anyone provide guidance on the full process for managing a shared design system in this way?