Start the Hakyll development server:
bash
sh scripts/refresh.sh
This will:
- •Kill any existing process on port 8000
- •Convert any PNG/JPG images to WebP format
- •Build the Haskell project
- •Regenerate the site
- •Start the watch server at http://localhost:8000 with live reload
Note: To also watch the archive directory for changes, run /watch-archive in a separate terminal.