# 前端页面demo **Repository Path**: aigc-win-thoroughly/webdemo ## Basic Information - **Project Name**: 前端页面demo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-15 - **Last Updated**: 2024-05-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 部署步骤 ### 下载工具 ```bash yum -y group install "Development Tools" ``` ### 克隆仓库 ```bash git clone https://gitee.com/aigc-win-thoroughly/webdemo.git ``` ### 进入文件夹 ```bash cd webdemo ``` ### 启动 ```bash docker-compose up -d ``` 或 ```bash docker-compose up -d --build ```