]> git.cworth.org Git - lmno.games/blob - README
Extend Makefile with "deps", "dev", and "prod" targets
[lmno.games] / README
1 Static resources for the htttps://lmno.games/ website
2
3 This repository contains the static HTML, JavaScript, and CSS files
4 used by the lmno.games website, including support for downloading and
5 verifying 3rd-party resources that are needed.
6
7 The following Makefile targets will be useful while developing this
8 code:
9
10   make deps: Download 3rd-party resources to be served by lmno.games
11
12   make dev: Configure development versions of "make deps" resources
13
14   make prod: Configure production versions of "make deps" resources
15
16   make deploy: Deploy latest, committed static content to lmno.games