Merge origin/master
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user