]> git.cworth.org Git - lmno.games/blobdiff - README
Extend Makefile with "deps", "dev", and "prod" targets
[lmno.games] / README
diff --git a/README b/README
new file mode 100644 (file)
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