This is an example of building a blog using Cuttlefish.
It should be considered work in progress.
- PHP 8+ with the curl extension
- Phive
$ git clone https://github.com/svandragt/cuttlefish-blog && cd cuttlefish-blog
$ composer setup
$ composer serve
> php -S localhost:8080 -t site/www/
[Sun Jul 4 21:30:01 2021] PHP 7.4.20 Development Server (http://localhost:8080) started
Open localhost:8080 in the browser! Contributions are welcomed.