# BuildMind **Repository Path**: tdc22331083/BuildMind ## Basic Information - **Project Name**: BuildMind - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-31 - **Last Updated**: 2025-10-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # BuildMind BuildMind利用大模型(如DeepSeek等)实现一套交互式、低代码的应用开发流程,支持快速生成小程序、网页或Android应用。用户只需提供初始需求,系统通过大模型生成设计方案和代码框架,用户通过点击和选择完成定制化配置,最终自动生成可运行的应用。该流程将显著降低应用开发门槛,提升开发效率。 ## Install ``` git clone https://gitee.com/tdc22331083/BuildMind.git ``` ## Quickstart 1. Please make sure that your computer are equipped with go package and vue suit. If not, downloading according to official website. 2. Making necessary dependency ```bash cd vite npm install cd ../backend go mod tidy ``` Please make sure your go version and vue version are uptodate. If have some tiny error(like package version), just go along with the instruction. 3. Run the project in 2 **seprated terminals**. ```bash cd vite npm run dev cd ../backend go run main.go ```