Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 679 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 679 Bytes
cipher bin logo

Cipherbin Client

License


Source code for the client, if you are looking for the server side Golang app go here. If you are looking for the CLI app go here.

Development

Clone repo and run

npm i

Start the application:

npm start

Run tests:

npm test