A convenient web interface to SeaGL’s IRC channels, comprised of:
- Kiwi IRC (unmodified)
- a Kiwi IRC configuration
- a Kiwi IRC theme
- a Kiwi IRC plugin
The source builds to a static site that connects to Libera Chat’s web–IRC gateway.
Install dependencies:
Build the static site:
make
Serve it at localhost:8000
:
python -m 'http.server' --directory 'dist'
Push the source to SeaGL:production
. GitHub Actions is
configured to automatically build and deploy
the site to GitHub Pages.