Stenope Skeleton
This skeleton is an opinionated starter kit for creating your static website with Stenope.
Create a new project
Start a new app from scratch using this skeleton with:
composer create-project stenope/skeleton -s dev
and install the dependencies:
make install
Commands
Serve
Serve the application with:
make serve
Build
Build and serve the static version:
make build.static serve.static
Explore
Learn more about Stenope and discover the features showcased in this starter kit and how to write your own content by browsing the articles.
Whenever you feel ready, start creating your models, content and templates and clean the app from the undesired elements from this starter kit.
Read the articles