This repository was created as part of a tutorial on how to setup a local development environment to build a WordPress theme.
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.