zextras / carbonio-mails-ui

Mails module for Zextras Carbonio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Carbonio Mails UI

Mails module for Zextras Carbonio

License AGPL 3 Project Carbonio Follow on Twitter

How to build

Setup

  • clone the repo

  • install the dependencies:

nvm use
npm install
  • install carbonio-commons-ui submodule
git submodule update --recursive --init

Watch Mode

npm run start -- -h <host>

The host parameter is required to proxy requests and content from an existing Carbonio installation.

Deploy

npm run deploy -- -h <host>

The host parameter is required to proxy requests and content from an existing Carbonio installation.

Build

npm run build

License

Released under the AGPL-3.0-only license as specified here: LICENSES/AGPL-3.0-only.txt.

About

Mails module for Zextras Carbonio

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 96.2%Language:JavaScript 3.8%