Template repository for Wordpress Plugin and Theme development
This is a template repo, you can create your own using this as a template. Or let Gitpod handle the fork on first commit.
- Runs Wordpress on MariaDB on port 8000
- Runs PhpmyAdmin on port 8080 (user:wordpress, pass: wordpress)
- Installs WP-CLI in the wordpress container and pre-configures Wordpress (more option can be added in gitpod.yml)
- Exposes "wp-content" folder to Gitpod, so you can add your plugins and themes
- Exposes Wordpress files on "wp-core" (ignored in .gitognore)
- Includes Github Actions for automatic SemVer versioning
- Setup Wordpress and start developing...
- Use for your own project.