A simple web browser IRC client written in Node.js.
Node.js and NPM are required and should be setup before attempting to setup nirc.
- Clone the repo and cd into the directory:
$ git clone https://github.com/frankrousseau/cozy-nirc.git
$ cd cozy-nirc
- Install dependencies using npm:
$ npm install
- Start the service:
$ node server
- Open the app in your browser at
http://localhost:9888/
.
Roll your own theme by:
- Create a folder for your theme in the
public/stylesheets/themes
directory. - Add your custom css and images to this folder.
- Update line
11
inviews/index.html
to point to your new theme. - If you're proud of your theme open a PR to include it!
This project is available under the MIT License. Feel free to open PRs or issues to help make nirc better.
- Clone the repo and cd into the directory:
$ git clone https://github.com/frankrousseau/cozy-nirc.git
$ cd nirc
- Make a branch for your fixes or new features:
$ git checkout -b branch_name_here
-
Make your changes, test to make sure they work and make sure no previous functionality is broken.
-
Push to your fork Open a Pull Request!
Join us in #nirc on irc.freenode.net for discussion or to just say hey!