nicholaskajoh / ng-word-games

Word games WordPress plugin.
0 stars 0 forks source link

Create local development WordPress setup using Docker #4

Open nicholaskajoh opened 5 months ago

nicholaskajoh commented 5 months ago

Create a Docker Compose file that can be used to run WordPress locally. Create a bind mount between the root folder of the repo and the plugin directory of the WordPress site so that the plugin doesn't have to be installed i.e something like ./:/var/www/wordpress/wp-content/plugins/ng-word-games. You just spin up the Docker container, activate the plugin and then be able to test your code.

Update the README file with instructions on how to use this.

Resources: