You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 17, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,6 +112,22 @@ At a glance, with WP CC Plugin you can:
112
112
Contributions will be very appreciated. See
113
113
[`CONTRIBUTING.md`](CONTRIBUTING.md).
114
114
115
+
### Using a localized Docker Setup
116
+
117
+
A local `docker-compose.yml` file is included in the `./dev/` directory. It includes an Apache webserver, the latest WordPress installation files, and a mySQL db server utilizing MariaDB.
118
+
119
+
To run a local development environment for building and testing contributions you can run the following pattern from the root directory of this repository after cloning it.
0 commit comments