This is a boilerplate directory structure to quickly get up and running with your own Papyrus project. It also includes the starter theme as a dependency so that the site will be fully functioning after installation.
composer create-project soma/papyrus-project [project-directory]
The required paths need to be created by the framework before you can run your application. You can do so by running the app:install
command after you've configured your .env
.
php appctrl app:install
Now try serving the website and visit it using your browser!
php appctrl app:serve
MIT