# chatgpt-front **Repository Path**: mark-chat/chatgpt-front ## Basic Information - **Project Name**: chatgpt-front - **Description**: 用户端 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-04-04 - **Last Updated**: 2023-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ChatGPT Web > 声明:此项目基于 MIT 协议,免费且作为开源学习使用。谨 ### 前端网页 根目录下运行以下命令 ```shell pnpm dev ``` ### 手动打包 #### 前端网页 1、修改根目录下 `.env` 文件中的 `VITE_GLOB_API_URL` 为你的实际后端接口地址 2、根目录下运行以下命令,然后将 `dist` 文件夹内的文件复制到你网站服务的根目录下 [参考信息](https://cn.vitejs.dev/guide/static-deploy.html#building-the-app) ```shell pnpm build ```