Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 668 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 668 Bytes

docker-wordpress-theme-setup

This repository was created as part of a tutorial on how to setup a local development environment to build a WordPress theme.

Installation

If you don’t have Docker and Docker Compose installed follow the steps outlined in the blog post linked above.

With Docker installed and running, in Terminal:

git clone https://github.com/davidyeiser/docker-wordpress-theme-setup.git
cd docker-wordpress-theme-setup

Then:

docker-compose up -d

Then in your browser:

http://localhost:8000/

The aforementioned blog post has more information.