]> git.cworth.org Git - lmno.games/blob - README
Return null from GameInfo and PlayerInfo if they have no populated props
[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: Download and build JavaScript resources in development mode
11
12   make LMNO_BUILD=production: As above but in production mode
13
14   make deploy: Deploy latest, committed, production-mode content to lmno.games
15
16 Dependencies
17 ------------
18 Compiling the source requires the babel (version 6) CLI to be
19 available as "babeljs" along with the "react" preset. This can be
20 achieved on Debian with:
21
22         sudo apt install node-babel-cli node-babel-preset-react