An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


Carbonio Shell UI


The main Carbonio Web Client interface






License AGPL 3
Project Carbonio

Follow on Twitter


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.