@@ -57,7 +57,7 @@ npm run copy # Copies src/data to public/data for runtime access
**Key Insight**: `src/data` is the build-time source (Astro content collections), `public/data` is runtime source (for image paths, API-like access).
**Cross-Platform**: All npm scripts use `scripts/run.js` wrapper that automatically selects the correct binary (`acorn` on Linux/Mac, `acorn.exe` on Windows).
**Cross-Platform**: All npm scripts use `scripts/run.js` wrapper loading the binary from `./bin/` (`bin/acorn` or `bin/acorn.exe`).