Client: SoundManager2 lib
[KiwiIRC.git] / README.md
... / ...
CommitLineData
1### Kiwi IRC - A hand-crafted IRC client\r
2Kiwi IRC is a fully featured IRC client that can be extended to suit almost any needs.\r
3Using the web application is extremly simple even without any IRC knowledge as all the common needs are built directly into the UI.\r
4\r
5For more information see https://kiwiirc.com or an example of the application can be found at https://kiwiirc.com/client/.\r
6Our development IRC channel is on the Freenode network, irc.freenode.net #kiwiirc\r
7\r
8\r
9### Installation\r
10\r
11*Note: This requires Node.js to run. Make sure you have installed Node.js first! http://nodejs.org/download/*\r
12\r
131. Download the Kiwi source or clone the git repository:\r
14\r
15 `$ git clone git@github.com:prawnsalad/KiwiIRC.git && cd KiwiIRC`\r
16\r
172. Install the dependencies:\r
18\r
19 `$ npm install`\r
20\r
213. Copy and edit the configuration file as needed:\r
22\r
23 `$ cp config.example.js config.js`\r
24\r
25 `$ nano config.js`\r
26\r
274. Make sure the client code is built:\r
28\r
29 `$ ./kiwi build`\r
30\r
31\r
32### Running\r
33From the source folder: `$ ./kiwi start`\r
34\r
35You can also run kiwi in the foreground to see any output by using the `-f` flag. Eg: `$ ./kiwi -f`\r
36\r
37Open your new Kiwi instance in your browser. By default: http://localhost:7778/\r
38\r
39\r
40### Bugs\r
41Report bugs using the issue tracker on github: https://github.com/prawnsalad/KiwiIRC/issues\r
42\r
43### Licence\r
44GNU Affero\r
45http://www.gnu.org/licenses/agpl.html\r
46\r
47\r
48### Thanks to\r
49The KiwiIRC logo credited to Michael Drahony (www.drahony.com)\r