mythic / wordpress-starter-project
A WordPress Starter Project.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:wordpress-core
Requires
- php: ^8.1
- ext-json: *
- johnpbloch/wordpress: ^6.4
- squizlabs/php_codesniffer: ^3.8
Requires (Dev)
- wp-coding-standards/wpcs: ^3.0
Provides
This package is auto-updated.
Last update: 2024-10-08 17:55:24 UTC
README
This file is a work in progress.
Starting a new WordPress project can seem intimidating. We believe that WordPress projects should be as simple as possible to keep our team moving as quick as possible.
This starter project is a collection of techniques acquired over the years working with WordPress for enterprise organizations.
Requirements
Before getting started, there are a couple of system requirements:
- Lando (Installation) - Be sure you're running the latest version.
- Docker (Installation)
- Composer (Installation)
Getting started
This project can be installed to your machine using Composer.
(Note: Change destination-folder
to the install directory):
$ composer create-project mythic/wordpress-starter-project destination-folder