Commit Graph

2 Commits

Author SHA1 Message Date
tiennm99 f75af2b7a6 docs: rewrite README with new architecture and docker quickstart
- Replace ratel-online-era content with current project description
- Add architecture ASCII diagram, features list, protocol section
- Add quick-start (docker compose + local dev)
- Preserve ratel-online credit (ainilili/ratel) and add caro credit
- Update deployment-guide.md: docker compose, individual image builds,
  reverse proxy (Caddy/nginx), env vars, smoke check commands
2026-04-11 15:28:20 +07:00
tiennm99 5ccd4e7ce2 feat: add documentation, code comments, and update Docker config
Rewrite README with usage guide, deployment instructions, and protocol
docs. Update CLAUDE.md to reflect gomoku-only architecture. Add English
doc comments to all key server Go files, replacing Chinese comments.

Create docs/system-architecture.md (state machine, protocol, database
schema) and docs/deployment-guide.md (local dev, Docker, production
nginx, resource requirements).

Update Dockerfile to Go 1.22 with repo-root build context to include
web client. Update docker-compose to match.
2026-04-09 23:35:46 +07:00