/Etch.OrchardCore.Gallery

Orchard Core module making it easy to create media galleries.

Primary LanguageCSSMIT LicenseMIT

Etch.OrchardCore.Gallery

Module for Orchard Core for displaying a collection of images & videos.

Build Status

Build Status NuGet

Orchard Core Reference

This module is referencing a stable build of Orchard Core (1.4.0).

Installing

This module is available on NuGet. Add a reference to your Orchard Core web project via the NuGet package manager. Search for "Etch.OrchardCore.Gallery", ensuring include prereleases is checked.

Alternatively you can download the source or clone the repository to your local machine. Add the project to your solution that contains an Orchard Core project and add a reference to Etch.OrchardCore.Gallery.

Compiling Assets

To compile both css and javascript for front end and back end run npm run build.
To compile and watch during devlopment run npm run develop.