marcusmyers/wordpress-skeleton

WordPress setup using Composer - Skeleton

2.0.0 2019-01-24 03:15 UTC

This package is auto-updated.

Last update: 2024-04-24 14:45:45 UTC


README

This WordPress package uses composer and docker for development and to deploy.

Install

composer create-project marcusmyers/wordpress-skeleton <your-wordpress-site>

Initial Config

script/bootstrap

Spinning up

To get the site up for development and viewing run the following command.

docker-compose up -d

Once it's done go to http://localhost:30000 in your browser to get started.

Adding Themes and Plugins

Search for themes and plugins at https://wpackagist.org.