https://github.com/zextras/carbonio-shell-ui
The main Carbonio Web Client interface
https://github.com/zextras/carbonio-shell-ui
carbonio-component carbonio-ui
Last synced: 5 months ago
JSON representation
The main Carbonio Web Client interface
- Host: GitHub
- URL: https://github.com/zextras/carbonio-shell-ui
- Owner: zextras
- License: agpl-3.0
- Created: 2022-01-05T17:26:52.000Z (over 4 years ago)
- Default Branch: devel
- Last Pushed: 2026-01-12T08:52:30.000Z (5 months ago)
- Last Synced: 2026-01-12T10:20:45.853Z (5 months ago)
- Topics: carbonio-component, carbonio-ui
- Language: TypeScript
- Homepage:
- Size: 5.75 MB
- Stars: 12
- Watchers: 15
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: COPYING
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
Carbonio Shell UI
The main Carbonio Web Client interface
How to build
Setup
- clone the repo
- install the dependencies:
```
nvm use
npm install
```
Watch Mode
```
npm run start -- -h
```
The host parameter is required to proxy requests and content from an existing Carbonio installation.
Deploy
To deploy to a host:
```
npm run deploy -- -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.