a7ec2dea46eb5c192fca308b7daeb59c9fb6fb89
Christian Fraß [add] readme

Christian Fraß authored 2 years ago

1) # Information
2) 
3) A simple mediator between an IRC server and a web application
4) 
5) 
Christian Fraß [mod] readme

Christian Fraß authored 2 years ago

6) # Licence
7) 
8) - model: GPLv3
9) - author: svartoyg
10) 
11) 
Christian Fraß [add] readme

Christian Fraß authored 2 years ago

12) # Building
13) 
14) ## Requirements
15) 
16) - TypeScript compiler
17) - GNU Make
18) 
19) 
20) ## Procedure
21) 
Christian Fraß [mod] logging [mod] code st...

Christian Fraß authored 2 years ago

22) - create a configuration file in the `conf` directory (e.g. `foobar.json`); deriving from `conf/example.json` might be a good idea
23) - run `tools/build [<conf-profile>]` (e.g. `tools/build foobar`)
Christian Fraß [add] readme

Christian Fraß authored 2 years ago

24) 
25) 
26) # Running
27) 
Christian Fraß [mod] web-irc -> wirc

Christian Fraß authored 2 years ago

28) After building just execute `cd build && ./wirc`!
Christian Fraß [add] readme

Christian Fraß authored 2 years ago

29)