a277bab9fa0053c0d3222f2462bdfcb896c21a17
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) 
6) # Building
7) 
8) ## Requirements
9) 
10) - TypeScript compiler
11) - GNU Make
12) 
13) 
14) ## Procedure
15) 
Christian Fraß [mod] logging [mod] code st...

Christian Fraß authored 2 years ago

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

Christian Fraß authored 2 years ago

18) 
19) 
20) # Running
21) 
Christian Fraß [mod] logging [mod] code st...

Christian Fraß authored 2 years ago

22) After building just execute `cd build && ./irc-web-backend`!