Deployable version of PrimeFaces Showcase war file can be downloaded manually or build it from sources.
For a full list of the available downloads, please visit the download page. Scroll down to showcase for war file link.
git clone https://github.com/primefaces/showcase-facelift.git
cd showcase-facelift
mvn clean -- clean temp files from target folder
mvn package -- create war file (under target directory)
mvn jetty:run -- run showcase project locally
mvn clean jetty:run
http://localhost:8080/showcase/
User Guide is available at documentation page along with other additional resoures.
Visit Contribution Wiki page for the detailed information.
Licensed under the MIT License.