Skip to content
This repository was archived by the owner on Mar 27, 2026. It is now read-only.

Latest commit

 

History

History
26 lines (16 loc) · 640 Bytes

File metadata and controls

26 lines (16 loc) · 640 Bytes

Gamja (IRC Web Client)

Scope: IRC web client app (planned). Inherits monorepo AGENTS.md.

Gamja — lightweight IRC web client. Currently planned; Containerfile and config scaffolding in place.

Tech Stack

Gamja · Node.js 22 · Docker

Repository Structure

config/
└── config.json        # Server/OAuth2 config (example values)

default/
└── config.json        # Default config template

Containerfile          # Multi-stage: node:22-alpine3.21, npm ci (non-root gamja:gamja user)

Related