# webpage **Repository Path**: mirrors_amueller/webpage ## Basic Information - **Project Name**: webpage - **Description**: Sources for the JMLR webpage - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Build Status](https://travis-ci.org/JmlrOrg/webpage.svg?branch=master)](https://travis-ci.org/JmlrOrg/webpage) # Webpage Sources for the [JMLR webpage](http://jmlr.org) # To build and view the website locally 1. Clone this repo with all its submodules: $ git clone --recurse-submodules -j8 https://github.com/JmlrOrg/webpage.git jmlr_webpage 2. Build the webpage. The following command assumes that you have NodeJS and Python installed: $ make 3. Run a local server $ make develop # Some useful commands * Update all submodules to latest commit: $ git submodule foreach git pull origin master