Kevy123 / jhipster.github.io

Public website for JHipster - generates http://www.jhipster.tech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

This Web site is rendered with GitHub pages.

To run this locally

  • Fork this repo and clone to your file system
  • Install Jekyll
  • Run bundle install if you are running it for the first time. ** If you install it into a vendor directory, do not forget to add that directory in the exclusions into _config.yml!
  • Run bundle exec jekyll serve in the cloned repo folder
  • you will be able to access the site at http://localhost:4000

Or with Docker (recommended way on Windows)

  • Fork this repo and clone to your file system
  • docker container run --rm --label=jekyll --volume=$(pwd):/srv/jekyll -it -p 4000:4000 jekyll/jekyll:pages bundle exec jekyll serve
  • or on Windows: docker container run --rm --label=jekyll --volume=%CD%:/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

About

Public website for JHipster - generates http://www.jhipster.tech

License:Other


Languages

Language:JavaScript 67.2%Language:CSS 23.5%Language:HTML 9.3%Language:Ruby 0.0%