Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Telios-org/email-client-desktop

The Telios email client for desktops
https://github.com/Telios-org/email-client-desktop

Last synced: 3 months ago
JSON representation

The Telios email client for desktops

Awesome Lists containing this project

README

        

# Telios Desktop Email Client

[![build status](https://gitlab.com/telios2/client-desktop/badges/beta/pipeline.svg)](https://gitlab.com/telios2/client-desktop/commits/beta)


Telios is an offline-capabale e2e encrypted email service built on [hypercore-protocol](https://hypercore-protocol.org/) for sending and receiving emails.


![client_screenshot.png](repo/client_screenshot.png)

## Installing

```bash
yarn install
```

## Starting Development

Start the app in `dev` mode:

```bash
yarn dev
```

Start the app in `prod` mode:

```bash
yarn start
```

## Packaging for Production

To package apps for the local platform:

```bash
yarn package
```

## Docs

See our [docs here](https://docs.telios.io)

## License

CC-BY-NC-4.0