npm install netaNeta
========
Neta is a decentralized chatting client. It's highly configurable and based on top of new technologies like Electron, ES2015 (using Babel), Stylus, RSCSS, and Vue. It also supports themes and plugins to bring the best experience to it's users.
Alternatively, Neta can be packaged from the source using the makefile; however, note that this method requires NodeJS and npm in order to use electron-packager.
Example:
```
$ make PLATFORM=darwin ARCH=ia32
#### Makefile options
Options are specified after the command in a KEY=VALUE format. All options have completely uppercase names.
- PLATFORM: Platform to package for. (Default linux)ARCH
- : Architecture to package for. (Default x64)DIST
- : Folder to output app(s) in. (Default ./dist)VERSION
- : The version of Electron to use.NAME
- : The name for the binary output (Default neta`)