A desktop app for customizing Lexicon look and feel that integrates with Liferay themes
To download, just go to the Releases tab and download the latest release.
$ npm install
$ gulp init
$ npm start
Or with redux-devtools
.
$ npm run dev
$ 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.
MIT © Robert-Frampton