Skip to content

tylerstonge/encvox-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Climate Build Status Coverage Status js-semistandard-style

encVox

encVox is an encrypted chat application built using Nodejs and Electron.

Running the application

First you must have a server to point it at, by default it looks for the server at localhost for testing purposes. If you wanted to deploy the server at a different address there currently is not a pretty way to do that, except changing one line of code. Then enter the following commands.

npm install
npm start

License

This project is licensed under the GPLv3 License - see the LICENSE.md file for details