We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e1c0cb9 + f21bf26 commit f295d8eCopy full SHA for f295d8e
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