A modern irc client based on Electron.
yarn install
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
Not available at this time.