Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 376 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 376 Bytes

MUM Documentation

MUM uses Jigsaw as a static site generator for the documentation. To build the static site yourself, you will need the following tools:

  • PHP 7
  • Composer
  • Node.js + NPM

If you have installed all dependencies, build and view the site with:

npm run production
./vendor/bin/jigsaw build
./vendor/bin/jigsaw serve