Commit Graph
4 Commits
Author SHA1 Message Date
Jason Preston eecfe9665d fix: correct irc-framework import to use named Client export 2026-08-09 00:16:48 -06:00
Jason Preston 5725582264 fix: add irc-framework type declarations for TypeScript build 2026-08-09 00:05:58 -06:00
Jason Preston 2c8e4a536c fix: use npm install in Dockerfile, add static file serving
- Dockerfile uses npm install (no lockfile yet, kaniko builds in-cluster)
- Server serves client build from ./public in production
- SPA fallback for client-side routing
2026-08-08 23:56:15 -06:00
Jason Preston c59ac7ad0f feat: initial mIRCcloud.com scaffold
- Express + TypeScript backend with IRC connection manager
- React + Vite frontend with mIRC-inspired theme
- Drizzle ORM + PostgreSQL schema (users, connections, channels, messages)
- Redis pub/sub for real-time WebSocket delivery across replicas
- IRC color code parser (16 + 99 extended palette)
- Kubernetes manifests for homecloud deployment
- Multi-stage Dockerfile with non-root user
- docker-compose for local development
2026-08-08 23:50:08 -06:00