getsocket-desktop
v1.0.0
Published
Socket p2p offline-first desktop application
Downloads
3
Readme
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).