Skip to content

wikimedia/performance.wikimedia.org

Repository files navigation

performance.wikimedia.org

The static site is generated by Jigsaw with Blade templates.

Prerequisites

Development

  • 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