marcusmyers/wordpress-skeleton

WordPress setup using Composer - Skeleton

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:CSS

pkg:composer/marcusmyers/wordpress-skeleton

2.0.0 2019-01-24 03:15 UTC

This package is auto-updated.

Last update: 2025-09-24 17:49:55 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.