X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=blobdiff_plain;f=README;fp=README;h=599bcdb94e1a0e670a66c853faa6da91ec6ce129;hp=0000000000000000000000000000000000000000;hb=7df3bbda08d2305fc9149db3adc007bfd1d4bbf5;hpb=e92b4cc29e43b9c5db16c932cefbb0804c5d035a diff --git a/README b/README new file mode 100644 index 0000000..599bcdb --- /dev/null +++ b/README @@ -0,0 +1,16 @@ +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