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: 8 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 11 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T08:53:10.000Z (almost 3 years ago)
- Last Synced: 2025-03-27T06:12:23.499Z (9 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: 8
- Forks: 26
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README


- 🆓 **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
```