# docs **Repository Path**: kimmg/docs ## Basic Information - **Project Name**: docs - **Description**: Gitee AI 文档仓库 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: https://ai.gitee.com/docs - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-09-23 - **Last Updated**: 2024-09-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Gitee AI 文档 ### 安装依赖 ``` $ yarn ``` ### 开发 ``` $ 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.