# jhipster-document **Repository Path**: dbapp/jhipster-document ## Basic Information - **Project Name**: jhipster-document - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-12-13 - **Last Updated**: 2024-06-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This is the source of JHipster's public [Web site](http://jhipster.github.io/). ======= This Web site is rendered with GitHub pages. To run this locally * [Fork this](https://github.com/jhipster/jhipster.github.io/fork) repo and clone to your file system * [Install Jekyll](https://help.github.com/articles/using-jekyll-with-pages/#installing-jekyll) * 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 * [Fork this](https://github.com/jhipster/jhipster.github.io/fork) repo and clone to your file system * `docker run --rm --label=jekyll --volume=$(pwd):/srv/jekyll -it -p 127.0.0.1:4000:4000 jekyll/jekyll:pages` * you will be able to access the site at http://localhost:4000