Skip to content

cryptocat/cryptocat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
```