- Git LFS - to check out (included with recent windows git installs, possibly an extra package on linux)
- Yarn - to build and test (included with recent node installs (I believe), or available standalone on windows via choco)
$ yarn install$ yarn webpack --progressThis will output assets to build/. The production assets are campl.js, campl.css, plus everything in fonts/ and images/.
The demo site can be built with
$ yarn buildThis will output a static html site to the build/ directory. This directory can be served however you like, or
by using
$ yarn serve