X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=blobdiff_plain;f=README;h=08815537541cfed6e2987f3ecef5aef5d71c6665;hp=1afb559523710c3909064c81fed7ae140cc92007;hb=HEAD;hpb=7981f047e7ad9da24f76e6aded3c516c8f2dc563 diff --git a/README b/README index 1afb559..0881553 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Static resources for the htttps://lmno.games/ website +Static resources for the https://lmno.games/ website This repository contains the static HTML, JavaScript, and CSS files used by the lmno.games website, including support for downloading and @@ -16,7 +16,10 @@ code: 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: +available as "babeljs" along with the "react" preset and support for +"object spread" syntax. This can be achieved on Debian with: - sudo apt install node-babel-cli node-babel-preset-react + sudo apt install \ + node-babel-cli \ + node-babel-preset-react \ + node-babel-plugin-transform-object-rest-spread