Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.11 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.11 KB

CircleCI

Webpage

Sources for the JMLR webpage.

Reporting errors

If you found a typo or error, or have a feature request for the jmlr.org webpage, please submit an issue here or send a pull request against this repository (or any of its submodules).

Note however that this repository is relative to the public jmlr.org webpage, not the submission system. For issues regarding the submission system, please follow the instructions in https://jmlr.org/contact.html

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:

    make update