Website for the DB group.
See the site in action at db.cs.washington.edu or uwdb.github.io/website until we fix https://github.com/uwdb/website/issues/3.
- install jekyll
- run jekyll
jekyll serve --watch --baseurl ''
- head over to localhost:4000
If jekyll throws a version error, you may need to gem install json
before serving.