Skip to content

Project in which I want to replicate mIRC or the mythical IRCAP in a simple way. At first I will do it with a connection to my own server and later I want to do it with a connection to an IRC server. This last part, I will mount it in Electron maybe in another repository

mrcodedev/jIRC-Chat

Repository files navigation

💬 jIRC-Chat

awesome badge

Project in which I want to replicate mIRC or the mythical IRCAP in a simple way. At first I will do it with a connection to my own server and later I want to do it with a connection to an IRC server. This last part, I will mount it in Electron maybe in another repository.

jirc-gif

Run the project

The first thing you have to do is clone the repository locally, and install the dependencies with your favorite dependency manager: yarn or npm.

Config URL and PORT

You must change the file /src/config.env.json to /src/config.json and then inside you can change the port if you need it.

Server

For the chat to work, you have to leave the server running, so dont close it or it wont work for you.

To start the server you must run the following command:

npm run server:start

or

yarn server:start

Client

To run the client made in React, you have to put the following command:

npm run client:start

or

yarn cilent:start

If you have problems with your Mac with A1 chipset, you can run the following command:

npm run client:m1-start

or

yarn client:m1-start

Support me

If you like what I do and want to help me financially, you can buy me a coffee

Support me, send me a coffee

👉☕️ https://www.buymeacoffee.com/mrcodedev

About

Project in which I want to replicate mIRC or the mythical IRCAP in a simple way. At first I will do it with a connection to my own server and later I want to do it with a connection to an IRC server. This last part, I will mount it in Electron maybe in another repository

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published