Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 434 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 434 Bytes

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.