### Start development
npm install collaboration1. Run yarn install.
1. Run yarn run build.
1. Get the path of the build in the local system (Example: /Users/Documents/npm/collabration)
2. Go to the project where you want to install the dependency, then run command, yarn add {{local-system path}} (/Users/Documents/npm/collabration)
1. include the collabration in your file (import Collaboration from 'collaboration').
2. call the collaboration method in the jsx and pass props entityId (Example: ````).