Skip to content

Alex313031/relay-irc

 
 

Repository files navigation

Relay IRC

  • 🆓 Free and Open-Source
  • ✉️ Multiple Connections
  • 🤔 Remember Past Credentials
  • 👋 Automatically Join Channels After Connecting
  • 🔔 Desktop Notifications
  • 👔 Clean, Minimalistic Interface
  • 😈 Dark Mode
  • 😸 Built with my custom AVX compiler optimized Electron

Installation

Download releases for Linux and Windows Here

For other platforms, you'll have to build your own.

Screenshot

Main Menu/UI

Building

$ npm install
$ npm run start
  • To start this thing with react/redux devtools:
$ npm run dev

To lint, check types, and run tests:

$ npm run test

While writing code, you might want to watch things:

# run tests when code changes
$ npm run jest -- --watch

# check types when code changes
$ npm run flow -- --watch

To build an executable installer for your OS:

$ npm run dist