installed plugin Easy Digital Downloads version 3.1.0.3

This commit is contained in:
2022-11-27 15:03:07 +00:00
committed by Gitium
parent 555673545b
commit c5dce2cec6
1200 changed files with 238970 additions and 0 deletions

View File

@ -0,0 +1,15 @@
# EDD Blocks
The EDD Blocks plugin can be installed and activated separately from EDD, but to use it, you will need to run the following command to install the build scripts (this command just needs to be run once):
```
npm install
```
To test a branch, run:
```
npm run dev
```
This command will make sure that your build directory is created and has the correct JavaScript and CSS files.