Fixed WP Client

This commit is contained in:
giancarlo
2024-04-02 16:29:11 +08:00
parent 2dc2c6461e
commit 12058274f5
7 changed files with 1036 additions and 959 deletions

View File

@@ -6,4 +6,24 @@ This implementation is used when the host app's environment variable is set as:
```
CMS_TYPE=wordpress
```
```
Additionally, please set the following environment variables:
```
WORDPRESS_API_URL=http://localhost:8080
```
For development purposes, we ship a Docker container that runs a Wordpress instance. To start the container, run:
```
docker-compose up
```
or
```
npm run dev
```
from this package's root directory.