Skip to content

brandly/Lax

Repository files navigation

Lax

CI Status

  • πŸ†“ 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!

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

dev

$ npm install
$ npm start

to start this thing with react/redux devtools

$ npm run dev

to lint, check types, and run tests

$ npm 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

dist

to build an executable for your OS

$ npm run build