https://github.com/zextras/carbonio-contacts-ui
Contacts module for Zextras Carbonio
https://github.com/zextras/carbonio-contacts-ui
carbonio-component carbonio-ui
Last synced: 5 months ago
JSON representation
Contacts module for Zextras Carbonio
- Host: GitHub
- URL: https://github.com/zextras/carbonio-contacts-ui
- Owner: zextras
- License: agpl-3.0
- Created: 2022-01-07T15:47:02.000Z (over 4 years ago)
- Default Branch: devel
- Last Pushed: 2026-01-20T11:15:18.000Z (5 months ago)
- Last Synced: 2026-01-20T18:44:51.343Z (5 months ago)
- Topics: carbonio-component, carbonio-ui
- Language: TypeScript
- Size: 8.23 MB
- Stars: 3
- Watchers: 13
- Forks: 3
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: COPYING
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
Carbonio Contacts UI
Contacts module
How to build
Setup
- clone this repo
- install the dependencies:
```
npm install
npm run sdk-setup
```
Watch Mode
```
npm run start -- -h
```
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.