# Gitee AI 文档 **Repository Path**: gitee-ai-opensource/docs ## Basic Information - **Project Name**: Gitee AI 文档 - **Description**: Gitee AI 文档仓库 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: https://ai.gitee.com/docs - **GVP Project**: No ## Statistics - **Stars**: 9 - **Forks**: 1 - **Created**: 2024-04-01 - **Last Updated**: 2025-06-20 ## Categories & Tags **Categories**: ebooks-manual **Tags**: None ## README # Gitee AI 文档 ### 安装依赖 ``` $ yarn ``` ### 添加 env 文件 ``` $ cp .env.example .env ``` ### 开发 ``` $ yarn start ``` This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server. ### 构建 ``` $ yarn build ``` This command generates static content into the `build` directory and can be served using any static contents hosting service. ### 部署到 Gitee Pages Using SSH: ``` $ USE_SSH=true yarn deploy ``` Not using SSH: ``` $ GIT_USER= yarn deploy ``` If you are using Gitee pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.