We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bdaf0b commit 6358132Copy full SHA for 6358132
1 file changed
README.md
@@ -9,7 +9,7 @@
9
- Backend in WordPress.
10
- Front end in React
11
12
-#Setup
+## Setup
13
14
First clone/fork the repo and cd into it.
15
@@ -71,6 +71,7 @@ This is going to automatically:
71
### During development
72
73
Useful commands:
74
+To be run from the root of the project.
75
76
```bash
77
./nxtwp configure # Sets up backend and frontend and creates an .env file
@@ -101,7 +102,7 @@ RewriteRule . /index.php [L]
101
102
# END WordPress
103
```
104
-2. If front-end isn't throwing some other error.
105
+2. If front-end is throwing some other error.
106
107
- Check if all the required WordPress plugins form `backend/plugins-collection` are active.
108
- Ensure you have updated the block registry from WordPress backend > GraphQL Gutenberg
0 commit comments