Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 606 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 606 Bytes

SetaPDF-Demos

This repository hosts demos for all SetaPDF components.

During our build process they will be separated so that only the demos for a specific component are shipped.

How to run the demos

The easies way would be to simply start the build-in webserver of your local PHP setup:

cd public
php -S localhost:8080

...and open http://localhost:8080 in your webbrowser.

Otherwise just copy the complete package onto a webserver and open the /public folder in your browser.