Commit graph

4 commits

Author SHA1 Message Date
b6f727be5d Add Docker deployment setup and subscription functionality
- Complete Docker containerization for development and production
- Add newsletter subscription API with rate limiting
- Update governance documents with video content
- Enhance email functionality and configurations
- Update memory bank documentation
2025-05-27 12:23:45 -05:00
185c70e76e Make contact form functional 2024-12-10 19:21:09 -06:00
d20a4f74ed chore: update dependencies to latest versions
- React and React DOM to 19.0.0
- @types/react to 19.0.1
- @types/react-dom to 19.0.2
- @types/node to 22.10.1
- Vite to 6.0.3
- react-simple-maps to 4.0.0-beta.6
2024-12-10 11:32:38 -06:00
14fb61aab9 Development environment:
- Added Dockerfile.dev for local development
- Configured volume mounts for hot reloading
- Set up Vite dev server with proper host binding

Production environment:
- Streamlined multi-stage build process
- Removed Nginx in favor of future Caddy setup
- Optimized container size and build steps
2024-11-30 02:10:00 -06:00