We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11fb0d3 commit f21bf26Copy full SHA for f21bf26
1 file changed
README.md
@@ -23,7 +23,10 @@ Run this from root for the first time.
23
cd frontend; npm i && npm run dev
24
```
25
26
-During development
+* If you happen to use your own WordPress setup, be sure to install and activate plugins from composer.json and add your own WordPress site URL
27
+in an .env file, You can check the .env-example file for reference.
28
+
29
+### During development
30
```bash
31
cd frontend; npm run dev
32
0 commit comments