Skip to content

Latest commit

 

History

History
executable file
·
34 lines (29 loc) · 620 Bytes

README.md

File metadata and controls

executable file
·
34 lines (29 loc) · 620 Bytes

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