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