/campl-ng

Cambridge Project Light - Next Generation

Primary LanguagePug

campl-ng

Build Status

Build Requirements

  • 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)

Install

$ yarn install

Build Assets

$ yarn webpack --progress

This will output assets to build/. The production assets are campl.js, campl.css, plus everything in fonts/ and images/.

Demo site

The demo site can be built with

$ yarn build

This will output a static html site to the build/ directory. This directory can be served however you like, or by using

$ yarn serve