Skip to content

robsonnatanael/wordpress-development-environment

Repository files navigation

WordPress Development Environment

About |  Requirements |  Getting Started |  Plugins

About

Environment for developing WordPress plugins and themes.

Requirements

Getting Started

Clone the repository to some folder on your machine

git clone https://github.com/robsonnatanael/wordpress-development-environment

enter the repository

cd wordpress-development-environment

set the environment variables following the .env.example

launch the application using docker compose

docker compose up -d --build

open http://localhost with your browser to see the result.

Suggestion of plugins that help in development