Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 927 Bytes

readme.md

File metadata and controls

43 lines (27 loc) · 927 Bytes

Lexicon Customizer

A desktop app for customizing Lexicon look and feel that integrates with Liferay themes

alt text

Download

To download, just go to the Releases tab and download the latest release.

Running from source

Install dependencies

$ npm install

$ gulp init

Run

$ npm start

Or with redux-devtools.

$ npm run dev

Build an electron release

$ npm run release

Builds the app for OS X, Linux, and Windows, using electron-packager.

Note: due to the use of native modules (such as node-sass), releases must be built in their native environment.

License

MIT © Robert-Frampton