cozy-linshare is a container app that embeds LinShare app. It is a very basic app displaying the cozy-bar and an iframe. By leveraging cozy-external-bridge, it allows history syncing from LinShare and exposes APIs to LinShare.
You can then clone the app repository and install dependencies:
$ git clone https://github.com/cozy/cozy-linshare.git
$ cd cozy-linshare
$ yarn install