Common shared library for the eduMEET project. Used by edumeet-room-server and edumeet-media-node.
This package is consumed as a Git dependency:
"edumeet-common": "github:edumeet/edumeet-common#0.7.0"This project uses Yarn 4 via Corepack.
$ corepack enable
$ yarn install
$ yarn build$ corepack enable
$ yarn install --immutable
$ yarn buildThe compiled output is in the lib/ directory.
MIT