Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 1.35 KB

README.md

File metadata and controls

45 lines (26 loc) · 1.35 KB

${My Theme Name}

A basic description of my theme.

Developed to run on the following versions of Liferay and/or Commerce: Liferay DXP 7.3, Commerce 2.1.1, etc

Built with the Liferay Theme Generator.

Include an image or gif that represents your theme

screenshot

How to Build and Deploy to Liferay

Follow the steps below to build and deploy or copy the modules from the releases page to your Liferay's deploy folder.

  1. $ npm install // Get all dependencies.
  2. $ npm run init // Select your deployment strategy.

Build it

  1. $ npm run build // Builds theme to /dist/${my-theme}.war

Deploy to Liferay

  1. $ npm run deploy // Deploy to your Liferay instance.

Usage

How to change your site's theme.

Explain what's required to set up and make use of all of the modules features.

Features

  • Feature One
    • feature one
  • Feature Two
    • feature two
  • Feature Three
    • feature three

Wherever possible, include more images or gifs that explain the features of your theme.

Issues & Questions Welcome