1.0.0 • Published 5 years ago

getsocket-desktop v1.0.0

Weekly downloads
3
License
GPL-3.0
Repository
github
Last release
5 years ago

Socket Desktop

Desktop client for socket, the p2p/decentralized/offline-first chat platform.

Install

Download the latest release

https://github.com/hetsocket/socket-desktop/releases/

Build from source

$ git clone https://github.com/getsocket/socket-desktop
$ cd socket-desktop

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

Distribute

build for current platform:

$ npm run dist

build for multiple platforms:

$ ./bin/build-multi

How to Contribute

Formatting Rules

This repository is formatted with StandardJS (there is a vscode plugin).