Skip to content

ElementalIRC/Argon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.