4adeb37dbe7b0a66792dc9929e5e55ab8781df08
[KiwiIRC.git] / README.md
1 ### Kiwi IRC - A hand-crafted IRC client
2 Kiwi IRC is a fully featured IRC client that can be extended to suit almost any needs.
3 Using the web application is extremly simple even without any IRC knowledge as all the common needs are built directly into the UI.
4
5 For more information see http://kiwiirc.com or an example of the application can be found at http://kiwiirc.com/client/
6
7
8 ### Installation
9
10 1. Download the Kiwi source or clone the git repository:
11
12 `$ git clone git@github.com:prawnsalad/KiwiIRC.git`
13
14 2. Install the dependancies and make sure the client code is built:
15
16 `$ npm install`
17
18 `$ node client/assets/dev/build.js`
19
20 3. Edit the configuration file as needed:
21
22 `$ nano config.js`
23
24
25 ### Running
26 From the source folder: `$ ./kiwi start`
27
28 You can also run kiwi in the foreground to see any output by using the `-f` flag. Eg: `$ ./kiwi -f`
29
30
31 ### Bugs
32 Report bugs using the issue tracker on github: https://github.com/prawnsalad/KiwiIRC/issues
33
34 ### Licence
35 GNU Affero
36 http://www.gnu.org/licenses/agpl.html
37
38
39 ### Thanks to
40 The KiwiIRC logo credited to Michael Drahony (www.drahony.com)