ice/scripts
Claude Code 5151e87824 Add TypeScript frontend build system with shared components
- Set up esbuild for fast TypeScript compilation of frontend code
- Create SharedHeader component with factories for main/admin/privacy pages
- Create SharedFooter component with standard and minimal variants
- Add frontend build scripts (build:frontend, watch:frontend, dev:full)
- Configure TypeScript for browser environment with DOM types
- Add example page demonstrating shared component usage
- Update .gitignore to exclude compiled frontend files

Benefits:
- Type-safe frontend components
- Consistent headers/footers across all pages
- Single source of truth for common UI elements
- Built-in i18n and theme toggle support

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-07 19:46:19 -04:00
..
build-frontend.js Add TypeScript frontend build system with shared components 2025-07-07 19:46:19 -04:00
Caddyfile Update HTML files to use Bunny.net CDN for static assets 2025-07-03 20:44:16 -04:00
deploy.sh Add Git installation to deployment script 2025-07-06 19:00:32 -04:00
generate-icons.js Apply suggestions from code review 2025-07-06 00:49:25 -04:00
great-lakes-ice-report.service Update HTML files to use Bunny.net CDN for static assets 2025-07-03 20:44:16 -04:00
icewatch.service Fix deployment documentation and scripts for TypeScript setup 2025-07-06 12:56:48 -04:00