Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brandly/lax
IRC client built with Electron & React
https://github.com/brandly/lax
chat desktop electron hacktoberfest irc javascript react redux
Last synced: about 2 months ago
JSON representation
IRC client built with Electron & React
- Host: GitHub
- URL: https://github.com/brandly/lax
- Owner: brandly
- License: mit
- Created: 2015-03-16T02:10:34.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T08:53:10.000Z (almost 2 years ago)
- Last Synced: 2024-10-22T06:57:26.913Z (2 months ago)
- Topics: chat, desktop, electron, hacktoberfest, irc, javascript, react, redux
- Language: JavaScript
- Homepage: https://github.com/brandly/Lax
- Size: 2.78 MB
- Stars: 139
- Watchers: 9
- Forks: 26
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Lax](https://user-images.githubusercontent.com/820696/63960091-a9232c00-ca5b-11e9-851b-9a3a12c15760.png)
![CI Status](https://github.com/brandly/Lax/workflows/.github/workflows/continuous-integration.yml/badge.svg)
- 🆓 **Free and Open-Source**
- ✉️ **Multiple Connections**
- 🤔 **Remember Past Credentials**
- 👋 **Automatically Join Channels After Connecting**
- 🔔 **Desktop Notifications**
- 👔 **Clean Interface**
- 😈 **Dark Mode**## download
[download apps for macOS and Windows here](https://github.com/brandly/Lax/releases)!
for other platforms, you'll have to [build your own](#dist).
## dev
```shell
$ npm install
$ npm start
```to start this thing with react/redux devtools
```shell
$ npm run dev
```to lint, check types, and run tests
```shell
$ npm test
```while writing code, you might want to watch things
```shell
# run tests when code changes
$ npm run jest -- --watch# check types when code changes
$ npm run flow -- --watch
```## dist
to build an executable for your OS
```shell
$ npm run build
```