diff --git a/README.en.md b/README.en.md new file mode 100644 index 0000000000000000000000000000000000000000..fbce64670f67380065db4f918f321d480a3bcd00 --- /dev/null +++ b/README.en.md @@ -0,0 +1,62 @@ +# Startup Hub + +A comprehensive platform dedicated to supporting entrepreneurship, providing startup tools, knowledge base, and community resources. + +## Project Highlights + +- **Complete Set of Startup Tools**: Practical tools including business plan generator, company positioning analysis, product analysis, and website template builder +- **Rich Knowledge Base**: Covers key areas such as startup fundamentals, fundraising strategies, and team management +- **Active Community Ecosystem**: Offers expert consultations, success story sharing, and industry trend analysis + +## Core Features + +- Smart business plan generation +- Market positioning analysis tool +- Product competitiveness analysis +- Rapid website building tool +- Financial calculator +- Industry data interpretation +- Real-time news and in-depth insights + +## Technology Stack + +- Modern frontend architecture built with Next.js +- Styling managed via Tailwind CSS +- Integrated with ShadCN UI component library +- TypeScript for type safety +- Utilizes React Server Components and Client Components +- Supports dark mode and responsive layouts + +## Getting Started + +1. Clone the repository +2. Install dependencies: `pnpm install` +3. Start the development server: `pnpm dev` +4. Visit http://localhost:3000 + +## Development Guidelines + +- All components follow accessibility standards +- State management using React Hooks +- Atomic design principles applied +- Comprehensive TypeScript type definitions +- Code style consistency maintained via ESLint and Prettier + +## Contribution Guide + +Welcome to submit Issues and PRs! +Please read the development log first to understand the project's roadmap +Follow Next.js best practices +Ensure components are reusable and extensible + +## License + +This project uses the MIT open-source license + +## Roadmap + +- Enhance AI-powered analysis capabilities +- Implement multi-language support +- Optimize mobile user experience +- Add more industry-specific tools +- Strengthen data visualization features \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..0cba62630a0b9ba9594cf3af0cd8475fd480ebe6 --- /dev/null +++ b/README.md @@ -0,0 +1,64 @@ + + +创业者之家 + +一个专注于创业支持的综合性平台,提供创业工具、知识库和社区资源。 + +## 项目亮点 + +- **全面的创业工具集**:商业计划书生成器、公司定位分析、产品分析、网站模板建站等实用工具 +- **丰富的知识库**:涵盖创业基础、融资技巧、团队管理等关键领域 +- **活跃的社区生态**:提供专家咨询、成功案例分享和行业动态分析 + +## 核心功能** + +- 商业计划书智能生成 +- 市场定位分析工具 +- 产品竞争力分析 +- 网站快速建站工具 +- 财务计算器 +- 行业数据解析 +- 实时新闻与深度解读 + +## 技术架构 + +- 基于Next.js构建的现代化前端架构 +- 使用Tailwind CSS进行样式管理 +- 集成ShadCN UI组件库 +- 采用TypeScript确保类型安全 +- 使用React Server Components和Client Components +- 支持暗色模式和响应式布局 + +## 使用指南 + +1. 克隆仓库 +2. 安装依赖:`pnpm install` +3. 启动开发服务器:`pnpm dev` +4. 访问 http://localhost:3000 + +## 开发规范 + +- 所有组件遵循可访问性标准 +- 使用React Hooks进行状态管理 +- 采用原子设计原则 +- 完善的TypeScript类型定义 +- 使用ESLint和Prettier保持代码风格统一 + +## 贡献指南 + +欢迎提交Issue和PR! +请先阅读开发日志了解项目演进方向 +遵循Next.js最佳实践 +保持组件的可复用性和扩展性 + +## 许可协议 + +本项目采用MIT开源协议 + +## 下一步计划 + +- 增强AI分析能力 +- 实现多语言支持 +- 优化移动端体验 +- 加入更多行业垂直工具 +- 强化数据可视化功能 \ No newline at end of file