This GitHub repository contains the Jekyll website of the Spring PetClinic community. It is published at spring-petclinic.github.io
The homepage is index.html
in the root.
Docs live in /docs
directory.
The /data
directory contains recorded terminal session for asciinema.
See the GitHub documentation: Setting up your GitHub Pages site locally with Jekyll
# install dependencies
bundle install
# build Jekyll site
bundle exec jekyll build
# run your Jekyll site locally
bundle exec jekyll serve
Preview the local Jekyll site in your web browser at http://localhost:4000.
Simply commit your changes and do a git push.
To updating the GitHub Pages gem:
bundle update github-pages