Static resources for the htttps://lmno.games/ website This repository contains the static HTML, JavaScript, and CSS files used by the lmno.games website, including support for downloading and verifying 3rd-party resources that are needed. The following Makefile targets will be useful while developing this code: make deps: Download 3rd-party resources to be served by lmno.games make dev: Configure development versions of "make deps" resources make prod: Configure production versions of "make deps" resources make deploy: Deploy latest, committed static content to lmno.games