Oh My IRC is a Graphic User Interface IRC client for chatting with ease
🚧 Oh My Irc is under development 🚧
$ sudo snap install ohmyirc
Or visit: https://ohmyirc.victorlpgazolli.dev/download/all.html
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.
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
$ 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