Skip to content

Latest commit

 

History

History
executable file
·
41 lines (25 loc) · 1.18 KB

README.md

File metadata and controls

executable file
·
41 lines (25 loc) · 1.18 KB

PrimeFaces Showcase

PrimeFaces icon

Getting Started

Deployable version of PrimeFaces Showcase war file can be downloaded manually or build it from sources.

Prebuilt war

For a full list of the available downloads, please visit the download page. Scroll down to showcase for war file link.

Build from sources
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
Run from local sources
mvn clean jetty:run

http://localhost:8080/showcase/

Documentation

User Guide is available at documentation page along with other additional resoures.

Contribution

Visit Contribution Wiki page for the detailed information.

License

Licensed under the MIT License.