Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/Alovoa/alovoa-electron
- Owner: Alovoa
- License: mit
- Created: 2022-12-14T13:42:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-10T18:17:36.000Z (almost 2 years ago)
- Last Synced: 2024-12-07T22:31:24.147Z (5 days ago)
- Language: TypeScript
- Size: 3 MB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```