git.schokokeks.org
Repositories
Help
Report an Issue
wirc-frontend.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
6a22494
Branches
Tags
master
wirc-frontend.git
readme.md
[mod] readme
Christian Fraß
commited
6a22494
at 2021-11-20 19:04:33
readme.md
Blame
History
Raw
# Information A simple IRC client, realized as web application # Licence - model: GPLv3 - author: svartoyg # Building ## Requirements - TypeScript compiler - LessCSS 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 - place the files from the `build` directory on a web server and host them # Plans and ToDos - use websockets instead of polling - support commands (e.g. `/nick new_name`) - resume connection (using local storage maybe?)