Companion website for the community Sid Meier's Railroads! map collection hosted on the Internet Archive. Map data are extracted from a Zip download of the collection using F# and then rendered to GitHub Pages using the Wax template for Jekyll.
make -C _build-data/
git checkout wax-website
make
git add _data/ _map/ img/derivatives/ search/
# commit to the wax-website-deploy branch and run the github action