Compiles PHP templates into static HTML with a simple bash script.
This is a starter repository for creating simple static websites with templates that can be included to reduce copy pasting of code and content.
- Clone the repository and delete the
.git
folder. - Install PHP
- Open a terminal and
cd
to the project location - Run
./app run
to start the server - Run
./app build
to build the project