# ai-writing **Repository Path**: da-he/ai-writing ## Basic Information - **Project Name**: ai-writing - **Description**: AI智能写作系统让你轻松生成高质量 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-19 - **Last Updated**: 2025-05-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 开发 ```bash # 克隆项目 git clone https://gitee.com/da-he/ai-writing.git # 进入项目目录 cd ai-writing # 安装依赖 npm install # 启动服务 npm run dev # 如果 运行报错 error:0308010C:digital envelope routines::unsupported 执行下面命令 mac版本: export NODE_OPTIONS=--openssl-legacy-provider windows版本 : $env:NODE_OPTIONS = "--openssl-legacy-provider" ## 发布 ```bash # 构建测试环境 npm run build:stage # 构建生产环境 npm run build:prod ```