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: Download and build JavaScript resources in development mode make LMNO_BUILD=production: As above but in production mode make deploy: Deploy latest, committed, production-mode content to lmno.games Dependencies ------------ Compiling the source requires the babel (version 6) CLI to be available as "babeljs" along with the "react" preset. This can be achieved on Debian with: sudo apt install node-babel-cli node-babel-preset-react