Skip to content

cryptocat/cryptocat

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
February 20, 2017 20:13
February 20, 2017 20:45
src
March 8, 2017 13:46
January 16, 2018 12:36
February 20, 2017 20:14
August 12, 2016 12:09
August 22, 2016 07:00
February 20, 2017 20:14
March 29, 2016 17:26
March 8, 2017 13:46
March 8, 2017 13:46

Cryptocat

Build Status

Documentation | Security | License

Building

Install dependencies:

npm run setup

Run:

npm run dev

Packaging

Install dependencies:

npm install -g electron-builder

Windows

build -w

Linux

build -l

Mac

build -m
```