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
b0b242a07b
fix: Update HTTP API port mapping in docker-compose.yml
2026-02-16 00:13:38 -05:00
MayaTheShy
d2f2e85bf2
fix: Update port mappings for backend and frontend services in docker-compose.yml
2026-02-16 00:12:27 -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
fd9caf44e9
fix: Update Dockerfile to use npm install instead of npm ci for production dependencies
2026-02-16 00:10:20 -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
a6edc0934c
feat: Add comprehensive documentation for project architecture, troubleshooting, and setup
2026-02-16 00:01:04 -05:00
MayaTheShy
db3e07689a
added project summary
2026-02-15 23:54:12 -05:00
MayaTheShy
e19abdb9fa
feat: Add interface overview and layout documentation for Turtle Control Center
2026-02-15 23:53:43 -05:00
MayaTheShy
ba91de54d8
feat: Add package.json for Turtle Control Center project configuration
2026-02-15 23:53:20 -05:00
MayaTheShy
b0d070bad7
feat: Add Quick Setup Guide for Turtle Control Center
2026-02-15 23:52:56 -05:00
MayaTheShy
37a3b38f2c
feat: Add initial setup script for Turtle Control Center
2026-02-15 23:49:56 -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
MayaTheShy
dc6a9a94b7
Add README.md for Turtle Control Center project documentation
2026-02-15 23:49:36 -05:00
MayaTheShy
120831d750
Add web bridge script for forwarding turtle status updates to server
2026-02-15 23:49:13 -05:00
MayaTheShy
ff73f3ec5e
inital commit
2026-02-15 23:29:41 -05:00