Saving current working state before proceeding to Stage 2. Includes: - Backend: Python-based QC validator with shapefile processing - Frontend: Drag-and-drop file upload interface - Sample files for testing - Documentation and revision history 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
5 lines
107 B
Batchfile
5 lines
107 B
Batchfile
@echo off
|
|
echo Building server...
|
|
go build -o server.exe main.go
|
|
echo Build complete! Run with: server.exe
|