]> jfr.im git - irc/quakenet/qwebirc.git/blob - README.md
add missing noopeners to about pane
[irc/quakenet/qwebirc.git] / README.md
1 # qwebirc IRC client
2
3 [![Build Status](https://travis-ci.org/qwebirc/qwebirc.png?branch=master)](https://travis-ci.org/qwebirc/qwebirc)
4
5 ## Installation
6
7 Installation instructions are on the website: https://qwebirc.org/faq
8
9 ## Hacking on qwebirc
10
11 If you'd like to make modifications you'd find it a LOT easier if create the following symlinks:
12
13 - js -> static/js/debug
14 - css -> static/css/debug
15
16 with a command like
17
18 ```
19 cd /path/qwebirc
20 ln -s ../../js static/js/debug
21 ln -s ../../css static/css/debug
22 ```
23
24 ... then you can browse to http://instance/quidebug.html and use your favourite javascript debugger, as well as not having to compile each time you make a change!