# ghproxy-next **Repository Path**: kimikkorow/ghproxy-next ## Basic Information - **Project Name**: ghproxy-next - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-09 - **Last Updated**: 2026-04-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Github Proxy 基于 Next.js、React、Tailwind CSS 和 TypeScript 重构的 Github Proxy 网站。 ## 技术栈 - **框架**: Next.js 16 (App Router) - **UI 库**: React 19 - **样式**: Tailwind CSS 4 - **语言**: TypeScript - **图标**: Lucide React ## 开发 安装依赖: ```bash pnpm install ``` 启动开发服务器: ```bash pnpm run dev ``` 访问 [http://localhost:3000](http://localhost:3000) 查看网站。 ## 构建 ```bash pnpm run build ``` ## 许可证 本项目采用 [GPL-3.0 License](./LICENSE)。任何基于本项目的衍生作品必须以相同的许可证发布,禁止任何形式的闭源商业使用。