This code is shared between stemn-frontend-website and stemn-frontend-desktop. It is designed to be installed as a dependency in these projects using npm link.
npm linkin the root of this folder.cd ../stemn-frontend-desktop && npm link stemn-frontend-sharedto install it in the desktop projectcd ../stemn-frontend-website && npm link stemn-frontend-sharedto install it in the desktop project
- Mark dependencies as
peerDependencies. These should be installed in the parent project to prevent duplication.