Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 406 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 406 Bytes

Myria Website

Website for the DB group.

See the site in action at db.cs.washington.edu.

How to make changes

  • install jekyll
  • run jekyll jekyll serve --watch --baseurl '' (shorthand: ./serve.sh)
  • head over to localhost:4000

If jekyll throws a version error, you may need to gem install json before serving.