Commit Graph

10 Commits

Author SHA1 Message Date
MayaTheShy
5ec385c1f2 feat: Enhance turtle model and visualization with block surroundings and world block management 2026-02-16 01:35:52 -05:00
MayaTheShy
9a02a8d27f fix: Improve logging for command sending and REST API fallback in turtle store 2026-02-16 01:27:54 -05:00
MayaTheShy
9f9abb45ec fix: Update WebSocket and API URLs to use environment variables for better configuration 2026-02-16 00:29:19 -05:00
MayaTheShy
a8a99f4f53 fix: Update Dockerfile to use serve for production and enhance Vite configuration with CORS support 2026-02-16 00:24:38 -05:00
MayaTheShy
dc3ed12b14 fix: Update host configuration in vite.config.js for server and preview 2026-02-16 00:15:39 -05:00
MayaTheShy
172cdac94b fix: Add --strictPort option to Vite preview command for better port handling 2026-02-16 00:15:34 -05:00
MayaTheShy
4626ab80ff fix: Ensure consistent server and preview configuration in vite.config.js 2026-02-16 00:14:25 -05:00
MayaTheShy
efa5afd79a fix: Change Dockerfile to use npm install instead of npm ci for dependency installation 2026-02-16 00:10:24 -05:00
MayaTheShy
30647fca50 feat: Add Docker support with production and development configurations for backend and frontend 2026-02-16 00:08:49 -05:00
MayaTheShy
29dfde9f25 feat: Initialize Turtle Control Center with React and WebSocket server
- Added index.html for the main entry point of the client application.
- Created package.json for client dependencies and scripts.
- Implemented App component with view controls and layout.
- Added CSS styles for the application and components.
- Developed ControlPanel component for turtle management and commands.
- Created Map3D component for 3D visualization of turtles.
- Established Zustand store for state management of turtles and WebSocket connection.
- Set up server with Express and WebSocket for handling turtle updates and commands.
- Added REST API endpoints for turtle status updates and command handling.
- Implemented start.sh script for setting up and running the application.
2026-02-15 23:49:46 -05:00