Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 406 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 406 Bytes

sprainocchio

A simple and easy-to-use static-page blog engine written in php

Note: This is a project in early-stage development.

Getting started

  1. Fetch the project with Composer.
    composer create-project sprain/sprainocchio

  2. Run the build process.
    php sprainocchio/builder.php

  3. Open the generated website.
    open sprainocchio/public/index.html