this will make contributing much easier by allowing the site to run locally in a development mode.
Images are cached from the prod site for use in local development without adding them to the repo by leveraging a custom requesthandler for the dev server.
this could help for #38
currently developing/contributing requires some deeper web dev skills since the images dir (/img) isn't in the repo so you can't see the site locally (at least all the images are missing)
this will make contributing much easier by allowing the site to run locally in a development mode.
Images are cached from the prod site for use in local development without adding them to the repo by leveraging a custom requesthandler for the dev server.
to test it try my steps I added to the readme