Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Alovoa/alovoa-electron

Electron app for Alovoa
https://github.com/Alovoa/alovoa-electron

Last synced: about 4 hours ago
JSON representation

Electron app for Alovoa

Awesome Lists containing this project

README

        

# Alovoa Desktop for Linux
Alovoa Linux client built with Electron. Forked from this repository: https://github.com/mimbrero/whatsapp-desktop-linux

## :hammer: CLI arguments
- `--start-hidden`: starts Alovoa hidden in tray.

## :construction: Development
PR and forks are welcome!

1. Clone the repo
```bash
git clone https://github.com/Alovoa/alovoa-electron.git
cd alovoa-electron
```

2. Install dependencies
```bash
npm install
```

3. Run or build
```bash
npm start # compile and run
npm run build # compile and build
```