Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 562 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 562 Bytes

Documentation

The source code for the documentation of the entire project. It is built with Daux.io.

To edit the documentation check out the repository and run composer install. Please make yourself familiar with the documentation of Daux.io.

To see a live preview on your local machine run composer run-script serve --timeout=0. Or if you have Daux.io installed globally, you can run daux serve.

To generate a static site that can be deployed on a server, run composer run-script build.