mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-03 05:23:17 +00:00
30 lines
554 B
Markdown
30 lines
554 B
Markdown
# Zulip Electron Desktop Client
|
|
|
|
This is an experimental replacement for the [Zulip Desktop
|
|
app](https://github.com/zulip/zulip-desktop) implemented in
|
|
[Electron](http://electron.atom.io/).
|
|
|
|
The goal is to achieve feature-compatibility with the old desktop app
|
|
and then start adding cool features like easy support for
|
|
multi-account.
|
|
|
|
## Installation
|
|
|
|
Clone the source locally:
|
|
|
|
```sh
|
|
$ git clone https://github.com/zulip/zulip-electron
|
|
$ cd zulip-electron
|
|
```
|
|
|
|
Install project dependencies:
|
|
|
|
```sh
|
|
$ npm install
|
|
```
|
|
Start the App
|
|
|
|
```sh
|
|
$ npm start
|
|
```
|