Mails module for Zextras Carbonio
-
clone the repo
-
install the dependencies:
nvm use
pnpm install
- install carbonio-commons-ui submodule
git submodule update --recursive --init
pnpm run start -- -h <host>
The host parameter is required to proxy requests and content from an existing Carbonio installation.
pnpm run deploy -- -h <host>
The host parameter is required to proxy requests and content from an existing Carbonio installation.
pnpm run build
Released under the AGPL-3.0-only license as specified here: LICENSES/AGPL-3.0-only.txt.