blob: a25153fdb78ae915d059e312c453273827c2e596 [file] [log] [blame]
= Kythe Website
== Getting Started
[source,shell]
----
# Build static website in _site
./build.sh
# Serve website locally on port 4000
bundle exec jekyll serve
----