svandragt / cuttlefish-blog

Blog app built on Cuttlefish
MIT License
0 stars 0 forks source link

Cuttlefish Blog app

This is an example of building a blog using Cuttlefish.

It should be considered work in progress.

Requirements

Installation

$ git clone https://github.com/svandragt/cuttlefish-blog && cd cuttlefish-blog
$ composer setup

Running the project

$ 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.