A simple and helpful template for developing a new WordPress project. Git & Docker support.
- All files ignored exept those you actually should change in your theme.
- Docker containers configured and ready to use with WP latest version & MySQL.
- Copy
.env.examplefile to.envfile. Using your terminal, from your project root directory just run:cp .env.example .env - Change the values in this file to fit your project needs.
- Using your terminal, from your project root directory
docker compose up - Your project is ready to use.