Andreas Dangel 96cc4f01f3 Merge branch 'pr-849'
Closes #841
2018-01-15 20:45:34 +01:00
..
2017-12-15 11:12:04 +00:00
2018-01-15 20:45:34 +01:00
2017-12-15 16:50:58 +01:00
2017-12-15 18:26:26 +01:00
2017-12-15 18:26:26 +01:00
2017-12-15 12:02:24 +01:00

PMD-New-Site

New Site For PMD Core Open Source Project

Site Theme

This site was built using the tomjohnson1492/documentation-theme-jekyll theme

A Jekyll-based theme designed for documentation and help systems. See the link for detailed instructions on setting up and configuring everything. http://idratherbewriting.com/documentation-theme-jekyll/

Building using Bundler

bundle install # once
bundle exec jekyll serve

Go to: http://localhost:4005/

Building using Docker

docker build --no-cache -t pmd-doc . # once
docker run --rm=true -v "$PWD:/src" -p 4005:4005 pmd-doc serve -H 0.0.0.0

Go to: http://localhost:4005/