Skip to content

godanny86/wknd-asset-share

Repository files navigation

WKND Asset Share

This is a sample implementation of Asset Share Commons for the WKND brand.

WKND Asset Share Commons theme

It includes Asset Share Commons via the all module. The ui.frontend module has been created based off of the out of the box Asset Share Commons Light Theme and modified to match the WKND Branding standards.

Documentation

Learn more about Asset Share Commons and how to create your own project: https://opensource.adobe.com/asset-share-commons/

How to use

A pre-compiled AEM package is available under the latest release for easy installation on local environments using CRX Package Manager

It may also be helpful to install the full WKND Sites project or the asset-share-commons.ui.content.sample-2.x.x.zip so that you have some digital assets to work with.

How to build

To build all the modules run in the project root directory the following command with Maven 3:

mvn clean install

To build all the modules and deploy the all package to a local instance of AEM, run in the project root directory the following command:

mvn clean install -PautoInstallSinglePackage

System Requirements

AEM Version Java SE Maven
AEM as a Cloud Service only 8, 11 3.3.9+

Setup your local development environment for AEM as a Cloud Service SDK.