Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 493 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 493 Bytes

Citrus site

This directory contains the code for the Citrus website, citrusframework.org.

Contributing

For information about contributing, see the Contributing page.

Running locally

You can preview your contributions before opening a pull request by running from within the directory:

mvn clean resources:resources package -Psite,release-local -N

It's just a jekyll site, after all! 😉