Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 1.44 KB

README.md

File metadata and controls

48 lines (36 loc) · 1.44 KB

Photo Block

Developers

  1. Clone the dev branch locally.
  2. Run npm install to install the development scripts.
  3. Run npm run start to start the build scripts.
  4. Run npm run build to do a production build.
  5. Run grunt to create a plugin ZIP file.

Perform a Pull Request against the dev branch.

Location of Block Scripts

.
└── src/
    └── index.js
.
└── src/
    └── blocks/
        └── photo-block/
            └── index.js

Current Screens

The block has several screens, which can be found at:

.
└── src/
    └── screens/

Third-party libraries used

  1. Filepond - React Image uploader.
  2. CSSgram - CSS Image Effects.
  3. Lucide - React Icon Library.
  4. React Image Crop - React Image Cropper.
  5. React Hook Form - React Forms.
  6. Fancybox - Lightbox Library.