/Argon

A modern IRC client

Primary LanguageVue

ElementalIRC - Argon

A modern irc client based on Electron.

Project setup

yarn install

Run in dev mode

The following two commands must be run in separate terminals, because one runs the front end build process, and the other runs Electron.

# Monitors and automatically compiles front end code.
yarn run serve

# Starts the electron side.
yarn run start

Binary builds

Not available at this time.