The static site is generated by Jigsaw with Blade templates.
- PHP 7.3 or later, with Composer.
-
Install or update dependencies:
composer install -
Start a web server for local development at http://localhost:4000/:
composer serve -
Build the site to
public_html/for deployment, to then stage and commit with Git:composer build -
Automatically rebuild the local site in the background (run in a separate tab from
composer serve):composer run watch
* Renew external information (e.g. AS Report, and blog posts):
composer run renew
* Renew production copy of [Excimer UI](https://gerrit.wikimedia.org/g/performance/excimer-ui-server):
composer run renew-deps