Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 1.14 KB

File metadata and controls

56 lines (35 loc) · 1.14 KB

WordPress Development

Welcome to the WordPress Development repository. This project is designed to streamline and enhance your WordPress development workflow.

Features

  • Custom theme and plugin development.
  • Local development environment setup with Docker.
  • Tools for debugging and optimization.

Prerequisites

  • Docker
  • Docker Compose

Setup Instructions

  1. Clone the repository:
git clone https://github.com/your-repo/wordpress_dev.git
cd wordpress_dev
  1. Start the Docker containers:
docker-compose up -d
  1. Access the site at http://localhost.

  2. To stop the containers:

docker-compose down

Folder Structure

  • themes/ - Custom WordPress themes.
  • plugins/ - Custom WordPress plugins.
  • config/ - Configuration files for the environment.
  • scripts/ - Utility scripts for automation.

Contributing

Contributions are welcome! Please follow the contribution guidelines.

License

This project is licensed under the MIT License.

Support

For any issues, please open a ticket in the issue tracker.