An IRC client built and refined for osu!
Have you ever felt the need to talk to your buddies in osu! without having to open the game? This client does just that, and also makes sure you have the best user experience possible.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Things you need
nodejs
A step by step series of examples that tell you have to get a development copy running
Clone this repository
git clone https://github.com/Hallowatcher/ircos.git
Install dependencies
npm install
or yarn
Pack the project
npm run webpack
Run the project
npm start
Build the app as an executable/installer
Pack the project
npm run webpack
Build the project
npm run build
Your binaries will be in ./build
Tests are ran using jest + enzyme. To run them, simply
npm t
- Uwe Wiemer - hallowatcher
This project is licensed under the MIT License - see the LICENSE file for details
- Guys at irc4osu