-
Notifications
You must be signed in to change notification settings - Fork 1
Home
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.
The first thing you have to do is clone the repository locally, and install the dependencies with your favorite dependency manager: yarn or npm.
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.
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
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
If you like what I do and want to help me financially, you can buy me a coffee