frontend/README.md
This is the frontend project of Coze Studio, an AI Agent development platform built with monorepo architecture, based on React 18 and modern frontend technology stack.
frontend/
āāā apps/ # Application layer
ā āāā coze-studio/ # Main application
āāā packages/ # Core packages
ā āāā agent-ide/ # AI Agent development environment
ā āāā arch/ # Architecture infrastructure
ā āāā common/ # Common components and utilities
ā āāā components/ # UI component library
ā āāā data/ # Data layer
ā āāā devops/ # DevOps tools
ā āāā foundation/ # Foundation infrastructure
ā āāā project-ide/ # Project development environment
ā āāā studio/ # Studio core features
ā āāā workflow/ # Workflow engine
āāā config/ # Configuration files
ā āāā eslint-config/ # ESLint configuration
ā āāā rsbuild-config/ # Rsbuild build configuration
ā āāā ts-config/ # TypeScript configuration
ā āāā postcss-config/ # PostCSS configuration
ā āāā stylelint-config/ # Stylelint configuration
ā āāā tailwind-config/ # Tailwind CSS configuration
ā āāā vitest-config/ # Vitest testing configuration
āāā infra/ # Infrastructure tools
āāā idl/ # Interface Definition Language tools
āāā plugins/ # Build plugins
āāā utils/ # Utility libraries
# Run in project root directory
rush install
# update
rush update
# Start development server
cd apps/coze-studio
npm run dev
# or use rushx
rushx dev
# Build application
cd apps/coze-studio
npm run build
# or use rushx
rushx build
Apache License 2.0