frankrousseau / cozy-nirc

attempt to port nirc as a Cozy web app
Other
3 stars 8 forks source link

nirc

A simple web browser IRC client written in Node.js.

Demo

http://nirc.herokuapp.com/

Setup

Node.js and NPM are required and should be setup before attempting to setup nirc.

      $ git clone https://github.com/frankrousseau/cozy-nirc.git
      $ cd cozy-nirc
      $ npm install
      $ node server

Themes

Roll your own theme by:

  1. Create a folder for your theme in the public/stylesheets/themes directory.
  2. Add your custom css and images to this folder.
  3. Update line 11 in views/index.html to point to your new theme.
  4. If you're proud of your theme open a PR to include it!

Contribute

This project is available under the MIT License. Feel free to open PRs or issues to help make nirc better.

Basic Git Workflow

      $ git clone https://github.com/frankrousseau/cozy-nirc.git
      $ cd nirc
      $ git checkout -b branch_name_here

Our IRC Channel

Join us in #nirc on irc.freenode.net for discussion or to just say hey!