Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 326 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 326 Bytes

wp-plugin-template

This is a basic wp plugin development template using docker compose.

How to use this project?

Requirements

  • docker installed
  • make installed

Start

make start

---> this will start the project locally on your machine on localhost:8080.

Stop

make stop