Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 654 Bytes

README.MD

File metadata and controls

13 lines (7 loc) · 654 Bytes

ADS-B Feeder Image Web Sources

This repo contains the html, css, and static resources used for the ADS-B Feeder Image web site.

Contributions, suggestions, corrections, and additions are welcome.

Local testing

The local testing needs some work for developer convenience, but is usable.

$ docker-compose up spins up a python instance with a web server listening at http://localhost:8000/. /web/app.py contains the respective glue code that renders the templates.

While developing, have an eye on the console where docker-compose runs since syntax errors might crash the script and need a restart.