# Information
A simple mediator between an IRC server and a web application
# Building
## Requirements
- TypeScript compiler
- GNU Make
## Procedure
- create a configuration file in the `conf` directory (e.g. `foobar.json`); deriving from `conf/example.json` might be a good idea
- run `tools/build [<conf-profile>]` (e.g. `tools/build foobar`)
# Running
After building just execute `cd build && ./irc-web-backend`!