File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 9
9
- Backend in WordPress.
10
10
- Front end in React
11
11
12
- #Setup
12
+ ## Setup
13
13
14
14
First clone/fork the repo and cd into it.
15
15
@@ -71,6 +71,7 @@ This is going to automatically:
71
71
### During development
72
72
73
73
Useful commands:
74
+ To be run from the root of the project.
74
75
75
76
```bash
76
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
102
103
```
103
104
104
- 2. If front-end isn ' t throwing some other error.
105
+ 2. If front-end is throwing some other error.
105
106
106
107
- Check if all the required WordPress plugins form `backend/plugins-collection` are active.
107
108
- Ensure you have updated the block registry from WordPress backend > GraphQL Gutenberg
You can’t perform that action at this time.
0 commit comments