# robot-chat **Repository Path**: haoyan2023/robot-chat ## Basic Information - **Project Name**: robot-chat - **Description**: 基于react、chartgpt、OpenRouter聊天室demo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-22 - **Last Updated**: 2025-04-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1.运行环境需要安装 node.js以及npm,当前版本分别是nodejs(v20.14.0),npm(10.7.0) 2.根据create-react-app教程所说,直接用的 'npx create-react-app my-app' 命令安装的,自带脚手架,如果直接拿到的代码,可以在控制台,cd到当前代码的根目录/my-app,然后运行 'npm install' 安装脚手架即可,用于安装项目依赖(./node_modules) 3. 运行命令 'npm start' 即可启动项目,项目地址为 http://localhost:3000/