Commit Graph

2 Commits

Author SHA1 Message Date
Agent Zero f77ac93b24 Add root npm scripts for Docker and local development
- Docker management scripts (start, stop, logs, rebuild)
- Local development scripts (backend:dev, frontend:start)
- Verification scripts (verify, verify:backend, verify:frontend)
- Support for both docker-compose v1 and v2 syntax
- Concurrent dev mode for running both services

Verified:
 Backend server starts without errors on port 3001
 Frontend dependencies install successfully
 All JSON configuration files valid
 docker-compose.yml structure valid
2026-03-16 16:30:25 +00:00
Agent Zero b40116b56f Initial commit: MVP scaffolding for Line of Sight application
- React frontend with MapLibre integration
- Node.js Express backend with dummy API
- Docker containerization (PostgreSQL+PostGIS, backend, frontend)
- Interactive map with direction selector
- 20 mock conurbations data
- Full project structure ready for PR workflow
2026-03-16 15:27:35 +00:00