https://github.com/victorlpgazolli/ohmyirc
IRC chat simplified.
https://github.com/victorlpgazolli/ohmyirc
electron electron-app electronjs irc irc-client react reactjs
Last synced: about 1 year ago
JSON representation
IRC chat simplified.
- Host: GitHub
- URL: https://github.com/victorlpgazolli/ohmyirc
- Owner: victorlpgazolli
- License: mit
- Created: 2020-12-21T00:27:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-22T03:02:48.000Z (over 4 years ago)
- Last Synced: 2025-03-24T08:42:30.351Z (about 1 year ago)
- Topics: electron, electron-app, electronjs, irc, irc-client, react, reactjs
- Language: JavaScript
- Homepage: https://ohmyirc.victorlpgazolli.dev
- Size: 1.65 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Oh My Irc
Oh My IRC is a Graphic User Interface IRC client for chatting with ease
🚧 **Oh My Irc is under development** 🚧
## Sites
- https://ohmyirc.victorlpgazolli.dev
- https://snapcraft.io/ohmyirc
## Installing
```bash
$ sudo snap install ohmyirc
```
Or visit: https://ohmyirc.victorlpgazolli.dev/download/all.html
## Building
You'll need [Node.js](https://nodejs.org) installed on your computer in order to build this app.
```bash
$ 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](https://docker.com/) installed on your computer in order to test locally
```bash
$ docker-compose up irc
```
Runs the IRC server in localhost:6667
## Packaging
```bash
$ npm run package
```
OR
```bash
$ docker-compose up package
```
See packaging docs: https://www.electron.build/cli
Runs the packager and outputs into release folder
UI based on [rocketredis](https://github.com/diego3g/rocketredis)