@zhongruan0522/antihub-all
AntiHub-ALL 是一个 Docker Compose 单体仓库,整合了 AntiHub 全栈服务:
Install
Add @zhongruan0522/antihub-all to Claude Code with the PolySkill CLI: polyskill add @zhongruan0522/antihub-all
Instructions
# CLAUDE.md This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. ## 项目概述 AntiHub-ALL 是一个 Docker Compose 单体仓库,整合了 AntiHub 全栈服务: - **AntiHub/** — Next.js 16 前端 (TypeScript, React 19, Tailwind CSS 4) - **AntiHub-Backend/** — FastAPI 后端 (Python 3.10+, SQLAlchemy 2.0, Alembic) - **AntiHub-plugin/** — Node.js 插件/代理服务 (Express 5, ES Modules) - **AntiHook/** — Go 工具程序 - **4-docs/** — This folder contains some project documents. Please check after each implementation to see if any documents need to be updated. ## 常用命令 ### Docker 部署(推荐) ```bash cp .env.…
Keywords: github, docker-compose, full-stack-services, containerization, devops, microservices, application-deployment, software-integration, api-services