LENpolygon / Build-Order-Tool-AoE4-

Build Order Tool (for Age of Empires IV)
30 stars 15 forks source link

add a python dev server #48

Open davidgamero opened 1 year ago

davidgamero commented 1 year ago

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

davidgamero commented 1 year ago

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)