From 240a9f7c4a47c7fa3a832b873cf31c1ca7f8a7e6 Mon Sep 17 00:00:00 2001 From: Damjan Savic Date: Sun, 25 Jan 2026 06:33:11 +0100 Subject: [PATCH] auto-claude: subtask-1-2 - Add Scripts section to main README.md linking to scripts/README.md --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 21af8a2..ae37bd8 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,25 @@ npm test npm run preview ``` +## 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 +``` + ## Key Technologies Used **Languages:** TypeScript, Python, MDX