Repository containing materials and the website for POLS 503 (University of Washington, Spring 2017).
Course website is at https://UW-POLS501.github.io/2017/
This website is built with Rmarkdown.
To build the site,
> source("build.R")
To serve the site locally and rebuild it dynamically with changes, run:
> source("serve.R")