Expresso
![Latest Version on Packagist][ico-version]
![Total Downloads][ico-downloads], (*1)
This is the project skeleton for the Expresso package which also provides the Console package for building Markdown pages to HTML., (*2)
Installation
Create a new project for Expresso
via Composer:, (*3)
``` bash
$ composer create-project rougin/expresso, (*4)
## Basic Usage
As this is a project template, kindly see the documentation for each required package in this project for more information:
* [Console Documentation][link-console-readme]
* [Expresso Documentation][link-expresso-readme]
### Running the application
To run the application, the [PHP's built-in web server](https://www.php.net/manual/en/features.commandline.webserver.php) can be used:
``` bash
$ php -S localhost:3977 -t app/public
Once the application has been initialized, kindly see the instructions found in the Dashboard
page of the application., (*5)
Building the created pages
To build the created pages to HTML, kindly run the build
command from staticka
:, (*6)
bash
$ vendor/bin/staticka build
, (*7)
Alternatively, it is also possible to build pages from the application by selecting the green Build site
button which can be found from the upper right of the web browser., (*8)
Changelog
Please see CHANGELOG for more information what has changed recently., (*9)
Credits
License
The MIT License (MIT). Please see LICENSE for more information., (*10)