- Clone the
dev
branch locally. - Run
npm install
to install the development scripts. - Run
npm run start
to start the build scripts. - Run
npm run build
to do a production build. - Run
grunt
to create a plugin ZIP file.
Perform a Pull Request against the dev
branch.
.
└── src/
└── index.js
.
└── src/
└── blocks/
└── photo-block/
└── index.js
The block has several screens, which can be found at:
.
└── src/
└── screens/
- Filepond - React Image uploader.
- CSSgram - CSS Image Effects.
- Lucide - React Icon Library.
- React Image Crop - React Image Cropper.
- React Hook Form - React Forms.
- Fancybox - Lightbox Library.