]> jfr.im git - irc/quakenet/qwebirc.git/blob - README.md
d5edc209675fddb6308355235bdab99d93ac92bc
[irc/quakenet/qwebirc.git] / README.md
1 # qwebirc IRC client
2
3 [![Build status](https://github.com/qwebirc/qwebirc/workflows/CI/badge.svg)](https://github.com/quakenet/newserv/actions?query=workflow%3ACI)
4
5 ## Installation
6 Installation instructions are on the website: https://qwebirc.org/installation
7
8 ## Hacking on qwebirc
9
10 If you'd like to make modifications you'd find it a LOT easier if create the following symlinks:
11
12 - js -> static/js/debug
13 - css -> static/css/debug
14
15 with a command like
16
17 ```
18 cd /path/qwebirc
19 ln -s ../../js static/js/debug
20 ln -s ../../css static/css/debug
21 ```
22
23 ... 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!