Welcome to the WordPress Development repository. This project is designed to streamline and enhance your WordPress development workflow.
- Custom theme and plugin development.
- Local development environment setup with Docker.
- Tools for debugging and optimization.
- Docker
- Docker Compose
- Clone the repository:
git clone https://github.com/your-repo/wordpress_dev.git
cd wordpress_dev- Start the Docker containers:
docker-compose up -d-
Access the site at
http://localhost. -
To stop the containers:
docker-compose downthemes/- Custom WordPress themes.plugins/- Custom WordPress plugins.config/- Configuration files for the environment.scripts/- Utility scripts for automation.
Contributions are welcome! Please follow the contribution guidelines.
This project is licensed under the MIT License.
For any issues, please open a ticket in the issue tracker.