Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 472 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 472 Bytes

workflowr.io

workflowr.io curates reproducible research projects supported by the R package workflowr

Setup

# install hugo (requires extended version)
sudo apt install hugo

# clone
git clone https://github.com/workflowr/workflowr.io.git
cd workflowr.io/

# pull the bulma submodule
git submodule update --init

# build and serve site
hugo serve

# open in browser
firefox http://localhost:1313/