Install Yarn before you go any further.
this is where you find the package.json folder.
<prompt> /your-package-folder/your-to-be-build-package/yarn link
This creates a global reference to the package
<prompt> /your-app-folder/project/yarn link "your-to-be-build-package"