Skip to content

victorlpgazolli/ohmyirc

Repository files navigation

Oh My Irc

Oh My IRC is a Graphic User Interface IRC client for chatting with ease

🚧 Oh My Irc is under development 🚧

Sites

Installing

$ sudo snap install ohmyirc

Or visit: https://ohmyirc.victorlpgazolli.dev/download/all.html

Building

You'll need Node.js installed on your computer in order to build this app.

$ git clone https://github.com/victorlpgazolli/ohmyirc.git
$ cd ohmyirc
$ npm install
$ npm run dev

Runs the app in the development mode.

Testing with local irc

You'll need docker-compose installed on your computer in order to test locally

$ docker-compose up irc

Runs the IRC server in localhost:6667

Packaging

$ npm run package

OR

$ docker-compose up package

See packaging docs: https://www.electron.build/cli

Runs the packager and outputs into release folder

UI based on rocketredis