Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 783 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 783 Bytes

Tools for Reproducible Research

Build Status

This is an adaptation of Karl Broman’s Tools for Reproducible Research.

Installation

  1. Install Hugo.

  2. Fork this repository to your GitHub account.

  3. Clone your copy of the repository:

    git clone git@github.com:YOUR-USERNAME/reproducible-research.git
    
  4. Download the hugo theme files so things will look good:

    cd reproducible-research/
    git submodule update --init
    
  5. Run hugo:

    hugo server
    
  6. Open a browser and go to http://localhost:1313/reproducible-research/