Skip to content

Commit f295d8e

Browse files
authored
Merge pull request #23 from imranhsayed/feature/update-readme
update readme
2 parents e1c0cb9 + f21bf26 commit f295d8e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ Run this from root for the first time.
2323
cd frontend; npm i && npm run dev
2424
```
2525

26-
During development
26+
* 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
2730
```bash
2831
cd frontend; npm run dev
2932
```

0 commit comments

Comments
 (0)