Commit Graph
8 Commits
Author SHA1 Message Date
furyhawk 1e206eed8b feat: update configuration and enhance Docker support with new Makefile commands 2026-06-12 20:00:35 +08:00
furyhawk 144f994d58 feat: add Docker configuration for backend and frontend with nginx support 2026-06-12 19:25:24 +08:00
furyhawk efac920413 feat: enhance logging configuration and update agent capabilities for improved monitoring and functionality 2026-06-12 18:42:46 +08:00
furyhawk 61d2e511f6 feat: refactor backend structure with AppBuilder and AgentService for improved dependency management 2026-06-12 18:37:28 +08:00
furyhawk 2e37587bd7 feat: update README and add Makefile for streamlined setup and development 2026-06-12 18:28:49 +08:00
furyhawk c7e4665359 Refactor code structure for improved readability and maintainability 2026-06-12 18:16:01 +08:00
furyhawk 358baece76 feat: initialize frontend with React, Vite, and Tailwind CSS
- Add package.json with dependencies and scripts for development and build
- Create PostCSS configuration for Tailwind CSS and autoprefixer
- Implement main App component with chat functionality and message handling
- Create API module for sending messages to backend
- Add global CSS file with Tailwind directives and custom scrollbar styles
- Set up entry point for React application in main.tsx
- Define TypeScript environment types for Vite
- Configure Tailwind CSS with content paths
- Set up TypeScript configuration with strict settings
- Configure Vite with React plugin and API proxy for development
2026-06-12 17:07:26 +08:00
furyhawk 3d67e8d1e5 Refactor code structure for improved readability and maintainability 2026-06-12 16:39:48 +08:00