Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Latest commit

 

History

History
39 lines (29 loc) · 1.38 KB

README.md

File metadata and controls

39 lines (29 loc) · 1.38 KB

Wordpress development stack

Prepared for usually cases like a middle websites, blog.

Quick start

composer create-project studioartcz/wp domain.local --stability dev --no-interaction

* domain.local is your virtual host folder

and for next steps please follow our development manual.

What this stack solving?

  • no 3rd-party code in your repository
  • error reporting for humans (sentry.io)
  • the right development way (composer, yarn, git)
  • prepared environments (localhost, stage, production)
  • development tools
  • template system twig
  • deployment

Used plugins:

Future?

Read project issues and let send your ideas, replies, ...