/irc.seagl.org

A welcoming web interface for SeaGL’s chat channels

Primary LanguageCSSGNU Affero General Public License v3.0AGPL-3.0

irc.seagl.org

A convenient web interface to SeaGL’s IRC channels, comprised of:

The source builds to a static site that connects to Libera Chat’s web–IRC gateway.

Development

Install dependencies:

Build the static site:

make

Serve it at localhost:8000:

python -m 'http.server' --directory 'dist'

Deployment

Push the source to SeaGL:production. GitHub Actions is configured to automatically build and deploy the site to GitHub Pages.