An open API service indexing awesome lists of open source software.

https://github.com/vanbasx/wpdocker-block

Starter WP Block Theme with Docker
https://github.com/vanbasx/wpdocker-block

docker docker-compose wordpress wordpress-development wordpress-plugin wordpress-theme

Last synced: 5 months ago
JSON representation

Starter WP Block Theme with Docker

Awesome Lists containing this project

README

          

## Installation

1. Clone the repository:
`git clone https://github.com/vanbasx/wpdocker-block`
2. Navigate to the work folder:
`cd wpdocker-block`
3. Build and Start Containers:
`docker-compose up -d`
4. Open in browser:
`http://localhost:8000`

To stop the running containers, use:
`docker-compose down --volumes`