ACF functionality and readme update

This commit is contained in:
Moris Zen
2018-06-25 12:49:49 +02:00
parent 9d7f3de76a
commit 1c4395df04
5 changed files with 111 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
## WordPress Backend
Before you install WordPress, make sure you have all the required software installed for your operating system.
The wordpress folder contains the plugin dependencies and the Saburly Headless theme. You can add them to your existing development environment. Or if you want to install WordPress and a full dev environment, you can use the scripts from this repository. In that case, make sure you have all the required software installed for your operating system.
### Prerequisites
@@ -22,3 +22,11 @@ When the installation process completes successfully:
* The WordPress GraphQL API is available at [http://localhost:8080/graphql](http://localhost:8080/graphql)
* The WordPress admin is at [http://localhost:8080/wp-admin/](http://localhost:8080/wp-admin/)
### Manual install
You can replace the wordpress folder
### Frontend
The contains frontend is stored in a separate repository in Gitlab.