Skip to content
This repository has been archived by the owner on May 31, 2020. It is now read-only.

Latest commit

 

History

History
37 lines (23 loc) · 682 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 682 Bytes

Cabal Desktop Mini

A minimal desktop app for Cabal, the p2p/decentralized/offline-first chat platform.

<3 nikolaiwarner

Install

Download the latest release

https://github.com/nikolaiwarner/cabal-desktop-mini/releases/

Build from source

$ git clone https://github.com/nikolaiwarner/cabal-desktop-mini
$ cd cabal-desktop-mini

$ npm install             # install dependencies
$ npm start               # start the application

Distribute

build for current platform:

$ npm run build

build for multiple platforms:

$ npm run dist