Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 974 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 974 Bytes

Code Review During Research

Collaborations Workshop 2022 mini workshop

You can view the slides here.

Contributing

The slide show is written in markdown, to be turned into a HTML slideshow (reveal.js) with pandoc.

Start by cloning this repository

git clone git@github.com:ResearchCodeReviewCommunity/CW2022-miniworkshop.git

The slideshow is contained in directory slides:

slides/
    slides.md
	img/

The slides are generated and deployed at CW2022-miniworkshop/slides.html automatically, each time new commits are added to the main branch.

To build the slides locally, you'll need cmake (3.17+) and pandoc (2.10+). In the repo's root directory:

mkdir build && cd build
cmake ../slides
make install