Merge origin/master

This commit is contained in:
2026-01-25 19:41:04 +01:00
402 changed files with 72546 additions and 36818 deletions
+22
View File
@@ -154,6 +154,7 @@ pnpm test
pnpm run preview
```
<<<<<<< HEAD
## Docker Deployment
The application includes Docker support for containerized deployment.
@@ -212,6 +213,27 @@ docker run -p 3003:3000 \
- **Health Check:** Automated health checks every 30 seconds
- **Restart Policy:** unless-stopped
=======
## Development Scripts
The project includes **11 utility scripts** for automating development tasks. See [scripts/README.md](scripts/README.md) for full documentation.
**Categories:**
- **Image Optimization** - Responsive image generation with WebP support
- **SEO & Performance** - Sitemap generation, PageSpeed testing
- **Internationalization** - Translation file conversion (TS → JSON)
- **Assets & Resources** - Font downloads and self-hosting
- **Icon Generation** - PWA icon creation with placeholders
- **Documentation** - GitHub README and OG image templates
**Quick Start:**
```bash
npm run build:images # Optimize project images
node scripts/generate-sitemap.js # Generate sitemap
node scripts/pagespeed-check.js # Run performance tests
```
>>>>>>> origin/master
## Key Technologies Used
**Languages:** TypeScript, Python, MDX