Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 782 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 782 Bytes

This is the source of JHipster's public Web site.

This Web site is rendered with GitHub pages.

To run this locally

Or with Docker

  • Fork this repo and clone to your file system
  • docker run --rm --label=jekyll --volume=$(pwd):/srv/jekyll -it -p 4000:4000 jekyll/jekyll:pages bundle exec jekyll serve
  • you will be able to access the site at http://localhost:4000